#02497f
a dark, electric blue · cool · closest name: steelblue
RGB
2, 73, 127
HSL
206°, 97%, 25%
CMYK
98, 43, 0, 50
Luminance
0.0631
Every format
| HEX | #02497f |
| RGB | rgb(2, 73, 127) |
| HSL | hsl(206, 97%, 25%) |
| CMYK | cmyk(98%, 43%, 0%, 50%) |
| LAB | lab(30.2 2.6 -35.9) |
| LCH | lch(30.2 36.0 274.2) |
| OKLCH | oklch(0.398 0.110 249.5) |
Copy-ready code
/* CSS */
color: #02497f;
background-color: #02497f;
/* Tailwind (arbitrary) */
class="text-[#02497f] bg-[#02497f]"
/* SCSS */
$brand: #02497f;
/* SwiftUI */
Color(red: 0.008, green: 0.286, blue: 0.498)
/* Android */
Color.parseColor("#02497f")Accessibility — WCAG contrast
Aa
#02497f on white: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02497f on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green28.6%
Blue49.8%
CMYK percentages
Cyan98.4%
Magenta42.5%
Yellow0.0%
Key (black)50.2%
Color previews
#02497f text on a black background
contrast 2.26:1
Card sample
#02497f text on a white background
contrast 9.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02497f;
Background color
Panel with #02497f background
background-color: #02497f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02497f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 73, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 73, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02497f; background: linear-gradient(135deg, #02497f, #0E027F);