#333721
a deep, soft green · cool · closest name: darkslategray
RGB
51, 55, 33
HSL
71°, 25%, 17%
CMYK
7, 0, 40, 78
Luminance
0.0355
Every format
| HEX | #333721 |
| RGB | rgb(51, 55, 33) |
| HSL | hsl(71, 25%, 17%) |
| CMYK | cmyk(7%, 0%, 40%, 78%) |
| LAB | lab(22.1 -6.2 13.3) |
| LCH | lch(22.1 14.6 114.9) |
| OKLCH | oklch(0.326 0.037 116.9) |
Copy-ready code
/* CSS */
color: #333721;
background-color: #333721;
/* Tailwind (arbitrary) */
class="text-[#333721] bg-[#333721]"
/* SCSS */
$brand: #333721;
/* SwiftUI */
Color(red: 0.200, green: 0.216, blue: 0.129)
/* Android */
Color.parseColor("#333721")Accessibility — WCAG contrast
Aa
#333721 on white: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#333721 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green21.6%
Blue12.9%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow40.0%
Key (black)78.4%
Color previews
#333721 text on a black background
contrast 1.71:1
Card sample
#333721 text on a white background
contrast 12.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #333721;
Background color
Panel with #333721 background
background-color: #333721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #333721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 55, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 55, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #333721; background: linear-gradient(135deg, #333721, #243721);