#024151
a deep, electric cyan · cool · closest name: darkslategray
RGB
2, 65, 81
HSL
192°, 95%, 16%
CMYK
98, 20, 0, 68
Luminance
0.0439
Every format
| HEX | #024151 |
| RGB | rgb(2, 65, 81) |
| HSL | hsl(192, 95%, 16%) |
| CMYK | cmyk(98%, 20%, 0%, 68%) |
| LAB | lab(24.9 -11.6 -14.8) |
| LCH | lch(24.9 18.8 231.9) |
| OKLCH | oklch(0.348 0.063 221.3) |
Copy-ready code
/* CSS */
color: #024151;
background-color: #024151;
/* Tailwind (arbitrary) */
class="text-[#024151] bg-[#024151]"
/* SCSS */
$brand: #024151;
/* SwiftUI */
Color(red: 0.008, green: 0.255, blue: 0.318)
/* Android */
Color.parseColor("#024151")Accessibility — WCAG contrast
Aa
#024151 on white: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024151 on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green25.5%
Blue31.8%
CMYK percentages
Cyan97.5%
Magenta19.8%
Yellow0.0%
Key (black)68.2%
Color previews
#024151 text on a black background
contrast 1.88:1
Card sample
#024151 text on a white background
contrast 11.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024151;
Background color
Panel with #024151 background
background-color: #024151;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024151;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 65, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 65, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024151; background: linear-gradient(135deg, #024151, #020C51);