#024b83
a dark, electric blue · cool · closest name: steelblue
RGB
2, 75, 131
HSL
206°, 97%, 26%
CMYK
99, 43, 0, 49
Luminance
0.0668
Every format
| HEX | #024b83 |
| RGB | rgb(2, 75, 131) |
| HSL | hsl(206, 97%, 26%) |
| CMYK | cmyk(99%, 43%, 0%, 49%) |
| LAB | lab(31.1 3.0 -36.9) |
| LCH | lch(31.1 37.0 274.6) |
| OKLCH | oklch(0.406 0.113 249.7) |
Copy-ready code
/* CSS */
color: #024b83;
background-color: #024b83;
/* Tailwind (arbitrary) */
class="text-[#024b83] bg-[#024b83]"
/* SCSS */
$brand: #024b83;
/* SwiftUI */
Color(red: 0.008, green: 0.294, blue: 0.514)
/* Android */
Color.parseColor("#024b83")Accessibility — WCAG contrast
Aa
#024b83 on white: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024b83 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green29.4%
Blue51.4%
CMYK percentages
Cyan98.5%
Magenta42.7%
Yellow0.0%
Key (black)48.6%
Color previews
#024b83 text on a black background
contrast 2.34:1
Card sample
#024b83 text on a white background
contrast 8.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024b83;
Background color
Panel with #024b83 background
background-color: #024b83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024b83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 75, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 75, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024b83; background: linear-gradient(135deg, #024b83, #0F0283);