#002930
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 41, 48
HSL
189°, 100%, 9%
CMYK
100, 15, 0, 81
Luminance
0.0180
Every format
| HEX | #002930 |
| RGB | rgb(0, 41, 48) |
| HSL | hsl(189, 100%, 9%) |
| CMYK | cmyk(100%, 15%, 0%, 81%) |
| LAB | lab(14.4 -10.6 -8.5) |
| LCH | lch(14.4 13.6 218.6) |
| OKLCH | oklch(0.258 0.045 211.9) |
Copy-ready code
/* CSS */
color: #002930;
background-color: #002930;
/* Tailwind (arbitrary) */
class="text-[#002930] bg-[#002930]"
/* SCSS */
$brand: #002930;
/* SwiftUI */
Color(red: 0.000, green: 0.161, blue: 0.188)
/* Android */
Color.parseColor("#002930")Accessibility — WCAG contrast
Aa
#002930 on white: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002930 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green16.1%
Blue18.8%
CMYK percentages
Cyan100.0%
Magenta14.6%
Yellow0.0%
Key (black)81.2%
Color previews
#002930 text on a black background
contrast 1.36:1
Card sample
#002930 text on a white background
contrast 15.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002930;
Background color
Panel with #002930 background
background-color: #002930;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002930;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 41, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 41, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002930; background: linear-gradient(135deg, #002930, #000930);