#00332b
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 51, 43
HSL
171°, 100%, 10%
CMYK
100, 0, 16, 80
Luminance
0.0254
Every format
| HEX | #00332b |
| RGB | rgb(0, 51, 43) |
| HSL | hsl(171, 100%, 10%) |
| CMYK | cmyk(100%, 0%, 16%, 80%) |
| LAB | lab(18.1 -18.4 0.6) |
| LCH | lch(18.1 18.4 178.3) |
| OKLCH | oklch(0.287 0.053 178.7) |
Copy-ready code
/* CSS */
color: #00332b;
background-color: #00332b;
/* Tailwind (arbitrary) */
class="text-[#00332b] bg-[#00332b]"
/* SCSS */
$brand: #00332b;
/* SwiftUI */
Color(red: 0.000, green: 0.200, blue: 0.169)
/* Android */
Color.parseColor("#00332b")Accessibility — WCAG contrast
Aa
#00332b on white: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00332b on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green20.0%
Blue16.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow15.7%
Key (black)80.0%
Color previews
#00332b text on a black background
contrast 1.51:1
Card sample
#00332b text on a white background
contrast 13.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00332b;
Background color
Panel with #00332b background
background-color: #00332b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00332b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 51, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 51, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00332b; background: linear-gradient(135deg, #00332b, #001933);