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