#228917
a dark, vivid green · cool · closest name: forestgreen
RGB
34, 137, 23
HSL
114°, 71%, 31%
CMYK
75, 0, 83, 46
Luminance
0.1829
Every format
| HEX | #228917 |
| RGB | rgb(34, 137, 23) |
| HSL | hsl(114, 71%, 31%) |
| CMYK | cmyk(75%, 0%, 83%, 46%) |
| LAB | lab(49.9 -49.7 48.0) |
| LCH | lch(49.9 69.1 136.0) |
| OKLCH | oklch(0.551 0.172 141.8) |
Copy-ready code
/* CSS */
color: #228917;
background-color: #228917;
/* Tailwind (arbitrary) */
class="text-[#228917] bg-[#228917]"
/* SCSS */
$brand: #228917;
/* SwiftUI */
Color(red: 0.133, green: 0.537, blue: 0.090)
/* Android */
Color.parseColor("#228917")Accessibility — WCAG contrast
Aa
#228917 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#228917 on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green53.7%
Blue9.0%
CMYK percentages
Cyan75.2%
Magenta0.0%
Yellow83.2%
Key (black)46.3%
Color previews
#228917 text on a black background
contrast 4.66:1
Card sample
#228917 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #228917;
Background color
Panel with #228917 background
background-color: #228917;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #228917;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 137, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 137, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #228917; background: linear-gradient(135deg, #228917, #178958);