#024d84
a dark, electric blue · cool · closest name: steelblue
RGB
2, 77, 132
HSL
205°, 97%, 26%
CMYK
99, 42, 0, 48
Luminance
0.0699
Every format
| HEX | #024d84 |
| RGB | rgb(2, 77, 132) |
| HSL | hsl(205, 97%, 26%) |
| CMYK | cmyk(99%, 42%, 0%, 48%) |
| LAB | lab(31.8 2.1 -36.4) |
| LCH | lch(31.8 36.5 273.3) |
| OKLCH | oklch(0.412 0.112 248.8) |
Copy-ready code
/* CSS */
color: #024d84;
background-color: #024d84;
/* Tailwind (arbitrary) */
class="text-[#024d84] bg-[#024d84]"
/* SCSS */
$brand: #024d84;
/* SwiftUI */
Color(red: 0.008, green: 0.302, blue: 0.518)
/* Android */
Color.parseColor("#024d84")Accessibility — WCAG contrast
Aa
#024d84 on white: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024d84 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green30.2%
Blue51.8%
CMYK percentages
Cyan98.5%
Magenta41.7%
Yellow0.0%
Key (black)48.2%
Color previews
#024d84 text on a black background
contrast 2.40:1
Card sample
#024d84 text on a white background
contrast 8.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024d84;
Background color
Panel with #024d84 background
background-color: #024d84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024d84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 77, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 77, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024d84; background: linear-gradient(135deg, #024d84, #0E0284);