#003321
a deep, electric green · cool · closest name: darkslategray
RGB
0, 51, 33
HSL
159°, 100%, 10%
CMYK
100, 0, 35, 80
Luminance
0.0248
Every format
| HEX | #003321 |
| RGB | rgb(0, 51, 33) |
| HSL | hsl(159, 100%, 10%) |
| CMYK | cmyk(100%, 0%, 35%, 80%) |
| LAB | lab(17.8 -21.5 7.0) |
| LCH | lch(17.8 22.6 162.0) |
| OKLCH | oklch(0.284 0.061 163.2) |
Copy-ready code
/* CSS */
color: #003321;
background-color: #003321;
/* Tailwind (arbitrary) */
class="text-[#003321] bg-[#003321]"
/* SCSS */
$brand: #003321;
/* SwiftUI */
Color(red: 0.000, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#003321")Accessibility — WCAG contrast
Aa
#003321 on white: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#003321 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green20.0%
Blue12.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow35.3%
Key (black)80.0%
Color previews
#003321 text on a black background
contrast 1.50:1
Card sample
#003321 text on a white background
contrast 14.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003321;
Background color
Panel with #003321 background
background-color: #003321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003321; background: linear-gradient(135deg, #003321, #002333);