#23cb77
a balanced, vivid green · cool · closest name: forestgreen
RGB
35, 203, 119
HSL
150°, 71%, 47%
CMYK
83, 0, 41, 20
Luminance
0.4440
Every format
| HEX | #23cb77 |
| RGB | rgb(35, 203, 119) |
| HSL | hsl(150, 71%, 47%) |
| CMYK | cmyk(83%, 0%, 41%, 20%) |
| LAB | lab(72.5 -59.5 30.6) |
| LCH | lch(72.5 66.9 152.8) |
| OKLCH | oklch(0.743 0.177 154.6) |
Copy-ready code
/* CSS */
color: #23cb77;
background-color: #23cb77;
/* Tailwind (arbitrary) */
class="text-[#23cb77] bg-[#23cb77]"
/* SCSS */
$brand: #23cb77;
/* SwiftUI */
Color(red: 0.137, green: 0.796, blue: 0.467)
/* Android */
Color.parseColor("#23cb77")Accessibility — WCAG contrast
Aa
#23cb77 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#23cb77 on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green79.6%
Blue46.7%
CMYK percentages
Cyan82.8%
Magenta0.0%
Yellow41.4%
Key (black)20.4%
Color previews
#23cb77 text on a black background
contrast 9.88:1
Card sample
#23cb77 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23cb77;
Background color
Panel with #23cb77 background
background-color: #23cb77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23cb77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 203, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 203, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23cb77; background: linear-gradient(135deg, #23cb77, #23AFCB);