#033621
a deep, electric green · cool · closest name: darkslategray
RGB
3, 54, 33
HSL
155°, 90%, 11%
CMYK
94, 0, 39, 79
Luminance
0.0277
Every format
| HEX | #033621 |
| RGB | rgb(3, 54, 33) |
| HSL | hsl(155, 90%, 11%) |
| CMYK | cmyk(94%, 0%, 39%, 79%) |
| LAB | lab(19.1 -22.3 8.7) |
| LCH | lch(19.1 23.9 158.6) |
| OKLCH | oklch(0.295 0.064 159.9) |
Copy-ready code
/* CSS */
color: #033621;
background-color: #033621;
/* Tailwind (arbitrary) */
class="text-[#033621] bg-[#033621]"
/* SCSS */
$brand: #033621;
/* SwiftUI */
Color(red: 0.012, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#033621")Accessibility — WCAG contrast
Aa
#033621 on white: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#033621 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green21.2%
Blue12.9%
CMYK percentages
Cyan94.4%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#033621 text on a black background
contrast 1.55:1
Card sample
#033621 text on a white background
contrast 13.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #033621;
Background color
Panel with #033621 background
background-color: #033621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #033621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #033621; background: linear-gradient(135deg, #033621, #032936);