#02406f
a deep, electric blue · cool · closest name: steelblue
RGB
2, 64, 111
HSL
206°, 97%, 22%
CMYK
98, 42, 0, 57
Luminance
0.0483
Every format
| HEX | #02406f |
| RGB | rgb(2, 64, 111) |
| HSL | hsl(206, 97%, 22%) |
| CMYK | cmyk(98%, 42%, 0%, 57%) |
| LAB | lab(26.2 1.8 -32.1) |
| LCH | lch(26.2 32.1 273.2) |
| OKLCH | oklch(0.364 0.099 248.9) |
Copy-ready code
/* CSS */
color: #02406f;
background-color: #02406f;
/* Tailwind (arbitrary) */
class="text-[#02406f] bg-[#02406f]"
/* SCSS */
$brand: #02406f;
/* SwiftUI */
Color(red: 0.008, green: 0.251, blue: 0.435)
/* Android */
Color.parseColor("#02406f")Accessibility — WCAG contrast
Aa
#02406f on white: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02406f on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green25.1%
Blue43.5%
CMYK percentages
Cyan98.2%
Magenta42.3%
Yellow0.0%
Key (black)56.5%
Color previews
#02406f text on a black background
contrast 1.97:1
Card sample
#02406f text on a white background
contrast 10.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02406f;
Background color
Panel with #02406f background
background-color: #02406f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02406f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 64, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 64, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02406f; background: linear-gradient(135deg, #02406f, #0D026F);