#024f6f
a deep, electric cyan · cool · closest name: darkslategray
RGB
2, 79, 111
HSL
198°, 97%, 22%
CMYK
98, 29, 0, 57
Luminance
0.0675
Every format
| HEX | #024f6f |
| RGB | rgb(2, 79, 111) |
| HSL | hsl(198, 97%, 22%) |
| CMYK | cmyk(98%, 29%, 0%, 57%) |
| LAB | lab(31.2 -8.0 -24.2) |
| LCH | lch(31.2 25.5 251.7) |
| OKLCH | oklch(0.403 0.084 234.5) |
Copy-ready code
/* CSS */
color: #024f6f;
background-color: #024f6f;
/* Tailwind (arbitrary) */
class="text-[#024f6f] bg-[#024f6f]"
/* SCSS */
$brand: #024f6f;
/* SwiftUI */
Color(red: 0.008, green: 0.310, blue: 0.435)
/* Android */
Color.parseColor("#024f6f")Accessibility — WCAG contrast
Aa
#024f6f on white: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024f6f on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green31.0%
Blue43.5%
CMYK percentages
Cyan98.2%
Magenta28.8%
Yellow0.0%
Key (black)56.5%
Color previews
#024f6f text on a black background
contrast 2.35:1
Card sample
#024f6f text on a white background
contrast 8.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024f6f;
Background color
Panel with #024f6f background
background-color: #024f6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024f6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 79, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 79, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024f6f; background: linear-gradient(135deg, #024f6f, #02066F);