#02486c
a deep, electric blue · cool · closest name: darkslategray
RGB
2, 72, 108
HSL
200°, 96%, 22%
CMYK
98, 33, 0, 58
Luminance
0.0573
Every format
| HEX | #02486c |
| RGB | rgb(2, 72, 108) |
| HSL | hsl(200, 96%, 22%) |
| CMYK | cmyk(98%, 33%, 0%, 58%) |
| LAB | lab(28.7 -4.8 -26.3) |
| LCH | lch(28.7 26.7 259.6) |
| OKLCH | oklch(0.383 0.086 239.8) |
Copy-ready code
/* CSS */
color: #02486c;
background-color: #02486c;
/* Tailwind (arbitrary) */
class="text-[#02486c] bg-[#02486c]"
/* SCSS */
$brand: #02486c;
/* SwiftUI */
Color(red: 0.008, green: 0.282, blue: 0.424)
/* Android */
Color.parseColor("#02486c")Accessibility — WCAG contrast
Aa
#02486c on white: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02486c on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green28.2%
Blue42.4%
CMYK percentages
Cyan98.1%
Magenta33.3%
Yellow0.0%
Key (black)57.6%
Color previews
#02486c text on a black background
contrast 2.15:1
Card sample
#02486c text on a white background
contrast 9.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02486c;
Background color
Panel with #02486c background
background-color: #02486c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02486c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 72, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 72, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02486c; background: linear-gradient(135deg, #02486c, #03026C);