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