#002f28
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 47, 40
HSL
171°, 100%, 9%
CMYK
100, 0, 15, 82
Luminance
0.0219
Every format
| HEX | #002f28 |
| RGB | rgb(0, 47, 40) |
| HSL | hsl(171, 100%, 9%) |
| CMYK | cmyk(100%, 0%, 15%, 82%) |
| LAB | lab(16.4 -17.3 0.2) |
| LCH | lch(16.4 17.3 179.3) |
| OKLCH | oklch(0.273 0.050 179.7) |
Copy-ready code
/* CSS */
color: #002f28;
background-color: #002f28;
/* Tailwind (arbitrary) */
class="text-[#002f28] bg-[#002f28]"
/* SCSS */
$brand: #002f28;
/* SwiftUI */
Color(red: 0.000, green: 0.184, blue: 0.157)
/* Android */
Color.parseColor("#002f28")Accessibility — WCAG contrast
Aa
#002f28 on white: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002f28 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green18.4%
Blue15.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow14.9%
Key (black)81.6%
Color previews
#002f28 text on a black background
contrast 1.44:1
Card sample
#002f28 text on a white background
contrast 14.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002f28;
Background color
Panel with #002f28 background
background-color: #002f28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002f28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 47, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 47, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002f28; background: linear-gradient(135deg, #002f28, #00172F);