#024f5b
a deep, electric cyan · cool · closest name: darkslategray
RGB
2, 79, 91
HSL
188°, 96%, 18%
CMYK
98, 13, 0, 64
Luminance
0.0636
Every format
| HEX | #024f5b |
| RGB | rgb(2, 79, 91) |
| HSL | hsl(188, 96%, 18%) |
| CMYK | cmyk(98%, 13%, 0%, 64%) |
| LAB | lab(30.3 -15.9 -13.0) |
| LCH | lch(30.3 20.5 219.1) |
| OKLCH | oklch(0.393 0.068 212.3) |
Copy-ready code
/* CSS */
color: #024f5b;
background-color: #024f5b;
/* Tailwind (arbitrary) */
class="text-[#024f5b] bg-[#024f5b]"
/* SCSS */
$brand: #024f5b;
/* SwiftUI */
Color(red: 0.008, green: 0.310, blue: 0.357)
/* Android */
Color.parseColor("#024f5b")Accessibility — WCAG contrast
Aa
#024f5b on white: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024f5b on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green31.0%
Blue35.7%
CMYK percentages
Cyan97.8%
Magenta13.2%
Yellow0.0%
Key (black)64.3%
Color previews
#024f5b text on a black background
contrast 2.27:1
Card sample
#024f5b text on a white background
contrast 9.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024f5b;
Background color
Panel with #024f5b background
background-color: #024f5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024f5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 79, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 79, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024f5b; background: linear-gradient(135deg, #024f5b, #02145B);