#024f5f
a deep, electric cyan · cool · closest name: darkslategray
RGB
2, 79, 95
HSL
190°, 96%, 19%
CMYK
98, 17, 0, 63
Luminance
0.0643
Every format
| HEX | #024f5f |
| RGB | rgb(2, 79, 95) |
| HSL | hsl(190, 96%, 19%) |
| CMYK | cmyk(98%, 17%, 0%, 63%) |
| LAB | lab(30.5 -14.4 -15.3) |
| LCH | lch(30.5 21.0 226.6) |
| OKLCH | oklch(0.395 0.070 217.6) |
Copy-ready code
/* CSS */
color: #024f5f;
background-color: #024f5f;
/* Tailwind (arbitrary) */
class="text-[#024f5f] bg-[#024f5f]"
/* SCSS */
$brand: #024f5f;
/* SwiftUI */
Color(red: 0.008, green: 0.310, blue: 0.373)
/* Android */
Color.parseColor("#024f5f")Accessibility — WCAG contrast
Aa
#024f5f on white: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024f5f on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green31.0%
Blue37.3%
CMYK percentages
Cyan97.9%
Magenta16.8%
Yellow0.0%
Key (black)62.7%
Color previews
#024f5f text on a black background
contrast 2.29:1
Card sample
#024f5f text on a white background
contrast 9.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024f5f;
Background color
Panel with #024f5f background
background-color: #024f5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024f5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 79, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 79, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024f5f; background: linear-gradient(135deg, #024f5f, #02115F);