#22883c
a dark, vivid green · cool · closest name: forestgreen
RGB
34, 136, 60
HSL
135°, 60%, 33%
CMYK
75, 0, 56, 47
Luminance
0.1827
Every format
| HEX | #22883c |
| RGB | rgb(34, 136, 60) |
| HSL | hsl(135, 60%, 33%) |
| CMYK | cmyk(75%, 0%, 56%, 47%) |
| LAB | lab(49.8 -45.5 32.4) |
| LCH | lch(49.8 55.9 144.6) |
| OKLCH | oklch(0.552 0.145 147.6) |
Copy-ready code
/* CSS */
color: #22883c;
background-color: #22883c;
/* Tailwind (arbitrary) */
class="text-[#22883c] bg-[#22883c]"
/* SCSS */
$brand: #22883c;
/* SwiftUI */
Color(red: 0.133, green: 0.533, blue: 0.235)
/* Android */
Color.parseColor("#22883c")Accessibility — WCAG contrast
Aa
#22883c on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#22883c on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green53.3%
Blue23.5%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow55.9%
Key (black)46.7%
Color previews
#22883c text on a black background
contrast 4.65:1
Card sample
#22883c text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22883c;
Background color
Panel with #22883c background
background-color: #22883c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22883c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 136, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 136, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22883c; background: linear-gradient(135deg, #22883c, #228880);