#228833
a dark, vivid green · cool · closest name: forestgreen
RGB
34, 136, 51
HSL
130°, 60%, 33%
CMYK
75, 0, 63, 47
Luminance
0.1819
Every format
| HEX | #228833 |
| RGB | rgb(34, 136, 51) |
| HSL | hsl(130, 60%, 33%) |
| CMYK | cmyk(75%, 0%, 63%, 47%) |
| LAB | lab(49.7 -46.8 36.7) |
| LCH | lch(49.7 59.5 141.8) |
| OKLCH | oklch(0.551 0.153 145.6) |
Copy-ready code
/* CSS */
color: #228833;
background-color: #228833;
/* Tailwind (arbitrary) */
class="text-[#228833] bg-[#228833]"
/* SCSS */
$brand: #228833;
/* SwiftUI */
Color(red: 0.133, green: 0.533, blue: 0.200)
/* Android */
Color.parseColor("#228833")Accessibility — WCAG contrast
Aa
#228833 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#228833 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green53.3%
Blue20.0%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow62.5%
Key (black)46.7%
Color previews
#228833 text on a black background
contrast 4.64:1
Card sample
#228833 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #228833;
Background color
Panel with #228833 background
background-color: #228833;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #228833;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 136, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 136, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #228833; background: linear-gradient(135deg, #228833, #228877);