#22bb55
a dark, vivid green · cool · closest name: forestgreen
RGB
34, 187, 85
HSL
140°, 69%, 43%
CMYK
82, 0, 55, 27
Luminance
0.3654
Every format
| HEX | #22bb55 |
| RGB | rgb(34, 187, 85) |
| HSL | hsl(140, 69%, 43%) |
| CMYK | cmyk(82%, 0%, 55%, 27%) |
| LAB | lab(66.9 -59.7 40.6) |
| LCH | lch(66.9 72.2 145.8) |
| OKLCH | oklch(0.695 0.188 148.7) |
Copy-ready code
/* CSS */
color: #22bb55;
background-color: #22bb55;
/* Tailwind (arbitrary) */
class="text-[#22bb55] bg-[#22bb55]"
/* SCSS */
$brand: #22bb55;
/* SwiftUI */
Color(red: 0.133, green: 0.733, blue: 0.333)
/* Android */
Color.parseColor("#22bb55")Accessibility — WCAG contrast
Aa
#22bb55 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22bb55 on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green73.3%
Blue33.3%
CMYK percentages
Cyan81.8%
Magenta0.0%
Yellow54.5%
Key (black)26.7%
Color previews
#22bb55 text on a black background
contrast 8.31:1
Card sample
#22bb55 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22bb55;
Background color
Panel with #22bb55 background
background-color: #22bb55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22bb55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 187, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 187, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22bb55; background: linear-gradient(135deg, #22bb55, #22BBBB);