#003521
a deep, electric green · cool · closest name: darkslategray
RGB
0, 53, 33
HSL
157°, 100%, 10%
CMYK
100, 0, 38, 79
Luminance
0.0266
Every format
| HEX | #003521 |
| RGB | rgb(0, 53, 33) |
| HSL | hsl(157, 100%, 10%) |
| CMYK | cmyk(100%, 0%, 38%, 79%) |
| LAB | lab(18.6 -22.4 8.1) |
| LCH | lch(18.6 23.9 160.2) |
| OKLCH | oklch(0.291 0.064 161.5) |
Copy-ready code
/* CSS */
color: #003521;
background-color: #003521;
/* Tailwind (arbitrary) */
class="text-[#003521] bg-[#003521]"
/* SCSS */
$brand: #003521;
/* SwiftUI */
Color(red: 0.000, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#003521")Accessibility — WCAG contrast
Aa
#003521 on white: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#003521 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green20.8%
Blue12.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow37.7%
Key (black)79.2%
Color previews
#003521 text on a black background
contrast 1.53:1
Card sample
#003521 text on a white background
contrast 13.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003521;
Background color
Panel with #003521 background
background-color: #003521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003521; background: linear-gradient(135deg, #003521, #002635);