#024752
a deep, electric cyan · cool · closest name: darkslategray
RGB
2, 71, 82
HSL
188°, 95%, 17%
CMYK
98, 13, 0, 68
Luminance
0.0513
Every format
| HEX | #024752 |
| RGB | rgb(2, 71, 82) |
| HSL | hsl(188, 95%, 17%) |
| CMYK | cmyk(98%, 13%, 0%, 68%) |
| LAB | lab(27.1 -14.8 -12.1) |
| LCH | lch(27.1 19.1 219.2) |
| OKLCH | oklch(0.366 0.063 212.4) |
Copy-ready code
/* CSS */
color: #024752;
background-color: #024752;
/* Tailwind (arbitrary) */
class="text-[#024752] bg-[#024752]"
/* SCSS */
$brand: #024752;
/* SwiftUI */
Color(red: 0.008, green: 0.278, blue: 0.322)
/* Android */
Color.parseColor("#024752")Accessibility — WCAG contrast
Aa
#024752 on white: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024752 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green27.8%
Blue32.2%
CMYK percentages
Cyan97.6%
Magenta13.4%
Yellow0.0%
Key (black)67.8%
Color previews
#024752 text on a black background
contrast 2.03:1
Card sample
#024752 text on a white background
contrast 10.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024752;
Background color
Panel with #024752 background
background-color: #024752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 71, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 71, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024752; background: linear-gradient(135deg, #024752, #021252);