#228811
a dark, electric green · cool · closest name: green
RGB
34, 136, 17
HSL
111°, 78%, 30%
CMYK
75, 0, 88, 47
Luminance
0.1799
Every format
| HEX | #228811 |
| RGB | rgb(34, 136, 17) |
| HSL | hsl(111, 78%, 30%) |
| CMYK | cmyk(75%, 0%, 88%, 47%) |
| LAB | lab(49.5 -49.7 49.3) |
| LCH | lch(49.5 70.0 135.2) |
| OKLCH | oklch(0.548 0.174 141.4) |
Copy-ready code
/* CSS */
color: #228811;
background-color: #228811;
/* Tailwind (arbitrary) */
class="text-[#228811] bg-[#228811]"
/* SCSS */
$brand: #228811;
/* SwiftUI */
Color(red: 0.133, green: 0.533, blue: 0.067)
/* Android */
Color.parseColor("#228811")Accessibility — WCAG contrast
Aa
#228811 on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#228811 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green53.3%
Blue6.7%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow87.5%
Key (black)46.7%
Color previews
#228811 text on a black background
contrast 4.60:1
Card sample
#228811 text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #228811;
Background color
Panel with #228811 background
background-color: #228811;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #228811;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 136, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 136, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #228811; background: linear-gradient(135deg, #228811, #11884F);