#024f7f
a dark, electric blue · cool · closest name: steelblue
RGB
2, 79, 127
HSL
203°, 97%, 25%
CMYK
98, 38, 0, 50
Luminance
0.0714
Every format
| HEX | #024f7f |
| RGB | rgb(2, 79, 127) |
| HSL | hsl(203, 97%, 25%) |
| CMYK | cmyk(98%, 38%, 0%, 50%) |
| LAB | lab(32.1 -1.4 -32.8) |
| LCH | lch(32.1 32.8 267.6) |
| OKLCH | oklch(0.413 0.103 245.1) |
Copy-ready code
/* CSS */
color: #024f7f;
background-color: #024f7f;
/* Tailwind (arbitrary) */
class="text-[#024f7f] bg-[#024f7f]"
/* SCSS */
$brand: #024f7f;
/* SwiftUI */
Color(red: 0.008, green: 0.310, blue: 0.498)
/* Android */
Color.parseColor("#024f7f")Accessibility — WCAG contrast
Aa
#024f7f on white: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024f7f on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green31.0%
Blue49.8%
CMYK percentages
Cyan98.4%
Magenta37.8%
Yellow0.0%
Key (black)50.2%
Color previews
#024f7f text on a black background
contrast 2.43:1
Card sample
#024f7f text on a white background
contrast 8.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024f7f;
Background color
Panel with #024f7f background
background-color: #024f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 79, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 79, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024f7f; background: linear-gradient(135deg, #024f7f, #08027F);