#024072
a deep, electric blue · cool · closest name: steelblue
RGB
2, 64, 114
HSL
207°, 97%, 23%
CMYK
98, 44, 0, 55
Luminance
0.0489
Every format
| HEX | #024072 |
| RGB | rgb(2, 64, 114) |
| HSL | hsl(207, 97%, 23%) |
| CMYK | cmyk(98%, 44%, 0%, 55%) |
| LAB | lab(26.4 3.1 -33.7) |
| LCH | lch(26.4 33.8 275.3) |
| OKLCH | oklch(0.366 0.103 250.2) |
Copy-ready code
/* CSS */
color: #024072;
background-color: #024072;
/* Tailwind (arbitrary) */
class="text-[#024072] bg-[#024072]"
/* SCSS */
$brand: #024072;
/* SwiftUI */
Color(red: 0.008, green: 0.251, blue: 0.447)
/* Android */
Color.parseColor("#024072")Accessibility — WCAG contrast
Aa
#024072 on white: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024072 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green25.1%
Blue44.7%
CMYK percentages
Cyan98.2%
Magenta43.9%
Yellow0.0%
Key (black)55.3%
Color previews
#024072 text on a black background
contrast 1.98:1
Card sample
#024072 text on a white background
contrast 10.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024072;
Background color
Panel with #024072 background
background-color: #024072;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024072;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 64, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 64, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024072; background: linear-gradient(135deg, #024072, #0F0272);