#223621
a deep, soft green · cool · closest name: darkslategray
RGB
34, 54, 33
HSL
117°, 24%, 17%
CMYK
37, 0, 39, 79
Luminance
0.0309
Every format
| HEX | #223621 |
| RGB | rgb(34, 54, 33) |
| HSL | hsl(117, 24%, 17%) |
| CMYK | cmyk(37%, 0%, 39%, 79%) |
| LAB | lab(20.4 -13.2 10.7) |
| LCH | lch(20.4 17.0 141.0) |
| OKLCH | oklch(0.309 0.045 143.3) |
Copy-ready code
/* CSS */
color: #223621;
background-color: #223621;
/* Tailwind (arbitrary) */
class="text-[#223621] bg-[#223621]"
/* SCSS */
$brand: #223621;
/* SwiftUI */
Color(red: 0.133, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#223621")Accessibility — WCAG contrast
Aa
#223621 on white: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#223621 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green21.2%
Blue12.9%
CMYK percentages
Cyan37.0%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#223621 text on a black background
contrast 1.62:1
Card sample
#223621 text on a white background
contrast 12.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #223621;
Background color
Panel with #223621 background
background-color: #223621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #223621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #223621; background: linear-gradient(135deg, #223621, #21362E);