#224422
a deep, soft green · cool · closest name: darkslategray
RGB
34, 68, 34
HSL
120°, 33%, 20%
CMYK
50, 0, 50, 73
Luminance
0.0459
Every format
| HEX | #224422 |
| RGB | rgb(34, 68, 34) |
| HSL | hsl(120, 33%, 20%) |
| CMYK | cmyk(50%, 0%, 50%, 73%) |
| LAB | lab(25.5 -20.7 16.8) |
| LCH | lch(25.5 26.7 141.0) |
| OKLCH | oklch(0.351 0.070 143.9) |
Copy-ready code
/* CSS */
color: #224422;
background-color: #224422;
/* Tailwind (arbitrary) */
class="text-[#224422] bg-[#224422]"
/* SCSS */
$brand: #224422;
/* SwiftUI */
Color(red: 0.133, green: 0.267, blue: 0.133)
/* Android */
Color.parseColor("#224422")Accessibility — WCAG contrast
Aa
#224422 on white: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#224422 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green26.7%
Blue13.3%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow50.0%
Key (black)73.3%
Color previews
#224422 text on a black background
contrast 1.92:1
Card sample
#224422 text on a white background
contrast 10.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #224422;
Background color
Panel with #224422 background
background-color: #224422;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #224422;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 68, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 68, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #224422; background: linear-gradient(135deg, #224422, #224439);