#226611
a deep, vivid green · cool · closest name: forestgreen
RGB
34, 102, 17
HSL
108°, 71%, 23%
CMYK
67, 0, 83, 60
Luminance
0.0988
Every format
| HEX | #226611 |
| RGB | rgb(34, 102, 17) |
| HSL | hsl(108, 71%, 23%) |
| CMYK | cmyk(67%, 0%, 83%, 60%) |
| LAB | lab(37.6 -37.6 38.4) |
| LCH | lch(37.6 53.8 134.4) |
| OKLCH | oklch(0.450 0.134 140.3) |
Copy-ready code
/* CSS */
color: #226611;
background-color: #226611;
/* Tailwind (arbitrary) */
class="text-[#226611] bg-[#226611]"
/* SCSS */
$brand: #226611;
/* SwiftUI */
Color(red: 0.133, green: 0.400, blue: 0.067)
/* Android */
Color.parseColor("#226611")Accessibility — WCAG contrast
Aa
#226611 on white: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#226611 on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green40.0%
Blue6.7%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow83.3%
Key (black)60.0%
Color previews
#226611 text on a black background
contrast 2.98:1
Card sample
#226611 text on a white background
contrast 7.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #226611;
Background color
Panel with #226611 background
background-color: #226611;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #226611;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 102, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 102, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #226611; background: linear-gradient(135deg, #226611, #116639);