#227711
a dark, electric green · cool · closest name: forestgreen
RGB
34, 119, 17
HSL
110°, 75%, 27%
CMYK
71, 0, 86, 53
Luminance
0.1357
Every format
| HEX | #227711 |
| RGB | rgb(34, 119, 17) |
| HSL | hsl(110, 75%, 27%) |
| CMYK | cmyk(71%, 0%, 86%, 53%) |
| LAB | lab(43.6 -43.9 44.0) |
| LCH | lch(43.6 62.1 134.9) |
| OKLCH | oklch(0.500 0.154 141.0) |
Copy-ready code
/* CSS */
color: #227711;
background-color: #227711;
/* Tailwind (arbitrary) */
class="text-[#227711] bg-[#227711]"
/* SCSS */
$brand: #227711;
/* SwiftUI */
Color(red: 0.133, green: 0.467, blue: 0.067)
/* Android */
Color.parseColor("#227711")Accessibility — WCAG contrast
Aa
#227711 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#227711 on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green46.7%
Blue6.7%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow85.7%
Key (black)53.3%
Color previews
#227711 text on a black background
contrast 3.71:1
Card sample
#227711 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #227711;
Background color
Panel with #227711 background
background-color: #227711;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #227711;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 119, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 119, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #227711; background: linear-gradient(135deg, #227711, #117744);