#024079
a deep, electric blue · cool · closest name: steelblue
RGB
2, 64, 121
HSL
209°, 97%, 24%
CMYK
98, 47, 0, 53
Luminance
0.0506
Every format
| HEX | #024079 |
| RGB | rgb(2, 64, 121) |
| HSL | hsl(209, 97%, 24%) |
| CMYK | cmyk(98%, 47%, 0%, 53%) |
| LAB | lab(26.9 6.2 -37.4) |
| LCH | lch(26.9 37.9 279.4) |
| OKLCH | oklch(0.371 0.112 252.9) |
Copy-ready code
/* CSS */
color: #024079;
background-color: #024079;
/* Tailwind (arbitrary) */
class="text-[#024079] bg-[#024079]"
/* SCSS */
$brand: #024079;
/* SwiftUI */
Color(red: 0.008, green: 0.251, blue: 0.475)
/* Android */
Color.parseColor("#024079")Accessibility — WCAG contrast
Aa
#024079 on white: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024079 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green25.1%
Blue47.5%
CMYK percentages
Cyan98.3%
Magenta47.1%
Yellow0.0%
Key (black)52.5%
Color previews
#024079 text on a black background
contrast 2.01:1
Card sample
#024079 text on a white background
contrast 10.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024079;
Background color
Panel with #024079 background
background-color: #024079;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024079;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 64, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 64, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024079; background: linear-gradient(135deg, #024079, #130279);