Skip to main content

Lucky Point

#1A1F71 aka “Visa Blue” by Visa

Lucky Point is a cool dark color with the hex code #1A1F71. Also known as "Visa Blue" by Visa . This vibrant hue can be represented as RGB 26, 31, 113 in digital design or CMYK 77%, 73%, 0%, 56% for print applications. Find matching Pantone color. Currently, 1 brand uses this color in their visual identity, making it a proven choice for professional branding and web design.

Lucky Point color values

HEX
#1A1F71
RGB
26, 31, 113
HSL
237°, 63%, 27%
CMYK
77, 73, 0, 56

About this color

Lucky Point sits at 237° on the color wheel with 63% saturation and 27% lightness, placing it in the blue segment of the spectrum. At 63% saturation, the hue is fully legible and confident — richly chromatic without tipping into high-contrast territory. The lower lightness gives it weight and depth, lending gravity to any palette it enters.

In digital environments, Lucky Point is rendered as rgb(26, 31, 113), where the blue channel is highest at 113, producing a strongly blue character. High saturation combined with low lightness creates deep, jewel-toned results — useful for premium UI elements, hover states, and focused interaction areas.

For print, Lucky Point translates to a CMYK breakdown of 77C 73M 0Y 56K. A substantial black component (56%) anchors this color in print. The remaining ink channels supplement rather than drive the hue, which keeps the result stable across different paper stocks. In brand applications, this exact value is specified as Visa Blue.

How to use Lucky Point

CSS Variable

:root {
  --brand-primary: #1A1F71;
  --brand-primary-rgb: 26, 31, 113;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#1A1F71',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 77%
M: 73%
Y: 0%
K: 56%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(26, 31, 113)
rgba(26, 31, 113, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Brands using Lucky Point

1 brand uses this color in their identity

Frequently asked questions

What color is #1A1F71?
#1A1F71 is Lucky Point, a cool dark color with RGB values of 26, 31, 113. It has a hue of 237°, 63% saturation, and 27% lightness in the HSL color space.
What is the RGB value of #1A1F71?
The RGB color code for #1A1F71 is rgb(26, 31, 113). This means it contains 26 red, 31 green, and 113 blue in the RGB color model.
Is Lucky Point a warm or cool color?
Lucky Point (#1A1F71) is a cool color with a hue between 120-300° on the color wheel.
How do I use #1A1F71 in CSS?
You can use #1A1F71 in CSS with: background-color: #1A1F71; or color: #1A1F71; or as an RGB value: rgb(26, 31, 113). For print design, use CMYK: 77%, 73%, 0%, 56%.