#02477f
a dark, electric blue · cool · closest name: steelblue
RGB
2, 71, 127
HSL
207°, 97%, 25%
CMYK
98, 44, 0, 50
Luminance
0.0605
Every format
| HEX | #02477f |
| RGB | rgb(2, 71, 127) |
| HSL | hsl(207, 97%, 25%) |
| CMYK | cmyk(98%, 44%, 0%, 50%) |
| LAB | lab(29.5 4.0 -36.9) |
| LCH | lch(29.5 37.1 276.1) |
| OKLCH | oklch(0.393 0.112 250.8) |
Copy-ready code
/* CSS */
color: #02477f;
background-color: #02477f;
/* Tailwind (arbitrary) */
class="text-[#02477f] bg-[#02477f]"
/* SCSS */
$brand: #02477f;
/* SwiftUI */
Color(red: 0.008, green: 0.278, blue: 0.498)
/* Android */
Color.parseColor("#02477f")Accessibility — WCAG contrast
Aa
#02477f on white: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02477f on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green27.8%
Blue49.8%
CMYK percentages
Cyan98.4%
Magenta44.1%
Yellow0.0%
Key (black)50.2%
Color previews
#02477f text on a black background
contrast 2.21:1
Card sample
#02477f text on a white background
contrast 9.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02477f;
Background color
Panel with #02477f background
background-color: #02477f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02477f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 71, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 71, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02477f; background: linear-gradient(135deg, #02477f, #10027F);