#23cb39
a balanced, vivid green · cool · closest name: forestgreen
RGB
35, 203, 57
HSL
128°, 71%, 47%
CMYK
83, 0, 72, 20
Luminance
0.4336
Every format
| HEX | #23cb39 |
| RGB | rgb(35, 203, 57) |
| HSL | hsl(128, 71%, 47%) |
| CMYK | cmyk(83%, 0%, 72%, 20%) |
| LAB | lab(71.8 -67.8 58.1) |
| LCH | lch(71.8 89.3 139.4) |
| OKLCH | oklch(0.735 0.226 144.2) |
Copy-ready code
/* CSS */
color: #23cb39;
background-color: #23cb39;
/* Tailwind (arbitrary) */
class="text-[#23cb39] bg-[#23cb39]"
/* SCSS */
$brand: #23cb39;
/* SwiftUI */
Color(red: 0.137, green: 0.796, blue: 0.224)
/* Android */
Color.parseColor("#23cb39")Accessibility — WCAG contrast
Aa
#23cb39 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#23cb39 on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green79.6%
Blue22.4%
CMYK percentages
Cyan82.8%
Magenta0.0%
Yellow71.9%
Key (black)20.4%
Color previews
#23cb39 text on a black background
contrast 9.67:1
Card sample
#23cb39 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23cb39;
Background color
Panel with #23cb39 background
background-color: #23cb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23cb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 203, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 203, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23cb39; background: linear-gradient(135deg, #23cb39, #23CBA9);