#02476f
a deep, electric blue · cool · closest name: steelblue
RGB
2, 71, 111
HSL
202°, 97%, 22%
CMYK
98, 36, 0, 57
Luminance
0.0567
Every format
| HEX | #02476f |
| RGB | rgb(2, 71, 111) |
| HSL | hsl(202, 97%, 22%) |
| CMYK | cmyk(98%, 36%, 0%, 57%) |
| LAB | lab(28.6 -2.9 -28.4) |
| LCH | lch(28.6 28.6 264.2) |
| OKLCH | oklch(0.382 0.091 242.9) |
Copy-ready code
/* CSS */
color: #02476f;
background-color: #02476f;
/* Tailwind (arbitrary) */
class="text-[#02476f] bg-[#02476f]"
/* SCSS */
$brand: #02476f;
/* SwiftUI */
Color(red: 0.008, green: 0.278, blue: 0.435)
/* Android */
Color.parseColor("#02476f")Accessibility — WCAG contrast
Aa
#02476f on white: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02476f on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green27.8%
Blue43.5%
CMYK percentages
Cyan98.2%
Magenta36.0%
Yellow0.0%
Key (black)56.5%
Color previews
#02476f text on a black background
contrast 2.13:1
Card sample
#02476f text on a white background
contrast 9.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02476f;
Background color
Panel with #02476f background
background-color: #02476f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02476f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 71, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 71, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02476f; background: linear-gradient(135deg, #02476f, #06026F);