#223721
a deep, soft green · cool · closest name: darkslategray
RGB
34, 55, 33
HSL
117°, 25%, 17%
CMYK
38, 0, 40, 78
Luminance
0.0318
Every format
| HEX | #223721 |
| RGB | rgb(34, 55, 33) |
| HSL | hsl(117, 25%, 17%) |
| CMYK | cmyk(38%, 0%, 40%, 78%) |
| LAB | lab(20.8 -13.8 11.2) |
| LCH | lch(20.8 17.8 140.9) |
| OKLCH | oklch(0.312 0.047 143.3) |
Copy-ready code
/* CSS */
color: #223721;
background-color: #223721;
/* Tailwind (arbitrary) */
class="text-[#223721] bg-[#223721]"
/* SCSS */
$brand: #223721;
/* SwiftUI */
Color(red: 0.133, green: 0.216, blue: 0.129)
/* Android */
Color.parseColor("#223721")Accessibility — WCAG contrast
Aa
#223721 on white: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#223721 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green21.6%
Blue12.9%
CMYK percentages
Cyan38.2%
Magenta0.0%
Yellow40.0%
Key (black)78.4%
Color previews
#223721 text on a black background
contrast 1.64:1
Card sample
#223721 text on a white background
contrast 12.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #223721;
Background color
Panel with #223721 background
background-color: #223721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #223721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 55, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 55, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #223721; background: linear-gradient(135deg, #223721, #21372F);