#024b7f
a dark, electric blue · cool · closest name: steelblue
RGB
2, 75, 127
HSL
205°, 97%, 25%
CMYK
98, 41, 0, 50
Luminance
0.0658
Every format
| HEX | #024b7f |
| RGB | rgb(2, 75, 127) |
| HSL | hsl(205, 97%, 25%) |
| CMYK | cmyk(98%, 41%, 0%, 50%) |
| LAB | lab(30.8 1.3 -34.8) |
| LCH | lch(30.8 34.9 272.1) |
| OKLCH | oklch(0.403 0.107 248.1) |
Copy-ready code
/* CSS */
color: #024b7f;
background-color: #024b7f;
/* Tailwind (arbitrary) */
class="text-[#024b7f] bg-[#024b7f]"
/* SCSS */
$brand: #024b7f;
/* SwiftUI */
Color(red: 0.008, green: 0.294, blue: 0.498)
/* Android */
Color.parseColor("#024b7f")Accessibility — WCAG contrast
Aa
#024b7f on white: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024b7f on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green29.4%
Blue49.8%
CMYK percentages
Cyan98.4%
Magenta40.9%
Yellow0.0%
Key (black)50.2%
Color previews
#024b7f text on a black background
contrast 2.32:1
Card sample
#024b7f text on a white background
contrast 9.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024b7f;
Background color
Panel with #024b7f background
background-color: #024b7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024b7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 75, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 75, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024b7f; background: linear-gradient(135deg, #024b7f, #0C027F);