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