#22bb66
a dark, vivid green · cool · closest name: forestgreen
RGB
34, 187, 102
HSL
147°, 69%, 43%
CMYK
82, 0, 46, 27
Luminance
0.3684
Every format
| HEX | #22bb66 |
| RGB | rgb(34, 187, 102) |
| HSL | hsl(147, 69%, 43%) |
| CMYK | cmyk(82%, 0%, 46%, 27%) |
| LAB | lab(67.2 -57.0 32.4) |
| LCH | lch(67.2 65.6 150.4) |
| OKLCH | oklch(0.698 0.173 152.5) |
Copy-ready code
/* CSS */
color: #22bb66;
background-color: #22bb66;
/* Tailwind (arbitrary) */
class="text-[#22bb66] bg-[#22bb66]"
/* SCSS */
$brand: #22bb66;
/* SwiftUI */
Color(red: 0.133, green: 0.733, blue: 0.400)
/* Android */
Color.parseColor("#22bb66")Accessibility — WCAG contrast
Aa
#22bb66 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22bb66 on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green73.3%
Blue40.0%
CMYK percentages
Cyan81.8%
Magenta0.0%
Yellow45.5%
Key (black)26.7%
Color previews
#22bb66 text on a black background
contrast 8.37:1
Card sample
#22bb66 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22bb66;
Background color
Panel with #22bb66 background
background-color: #22bb66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22bb66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 187, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 187, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22bb66; background: linear-gradient(135deg, #22bb66, #22AABB);