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