#003622
a deep, electric green · cool · closest name: darkslategray
RGB
0, 54, 34
HSL
158°, 100%, 11%
CMYK
100, 0, 37, 79
Luminance
0.0275
Every format
| HEX | #003622 |
| RGB | rgb(0, 54, 34) |
| HSL | hsl(158, 100%, 11%) |
| CMYK | cmyk(100%, 0%, 37%, 79%) |
| LAB | lab(19.0 -22.6 8.0) |
| LCH | lch(19.0 24.0 160.6) |
| OKLCH | oklch(0.294 0.065 161.8) |
Copy-ready code
/* CSS */
color: #003622;
background-color: #003622;
/* Tailwind (arbitrary) */
class="text-[#003622] bg-[#003622]"
/* SCSS */
$brand: #003622;
/* SwiftUI */
Color(red: 0.000, green: 0.212, blue: 0.133)
/* Android */
Color.parseColor("#003622")Accessibility — WCAG contrast
Aa
#003622 on white: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#003622 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green21.2%
Blue13.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow37.0%
Key (black)78.8%
Color previews
#003622 text on a black background
contrast 1.55:1
Card sample
#003622 text on a white background
contrast 13.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003622;
Background color
Panel with #003622 background
background-color: #003622;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003622;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 54, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 54, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003622; background: linear-gradient(135deg, #003622, #002636);