#23df49
a balanced, vivid green · cool · closest name: lime
RGB
35, 223, 73
HSL
132°, 75%, 51%
CMYK
84, 0, 67, 13
Luminance
0.5361
Every format
| HEX | #23df49 |
| RGB | rgb(35, 223, 73) |
| HSL | hsl(132, 75%, 51%) |
| CMYK | cmyk(84%, 0%, 67%, 13%) |
| LAB | lab(78.2 -72.4 58.8) |
| LCH | lch(78.2 93.3 140.9) |
| OKLCH | oklch(0.789 0.237 145.2) |
Copy-ready code
/* CSS */
color: #23df49;
background-color: #23df49;
/* Tailwind (arbitrary) */
class="text-[#23df49] bg-[#23df49]"
/* SCSS */
$brand: #23df49;
/* SwiftUI */
Color(red: 0.137, green: 0.875, blue: 0.286)
/* Android */
Color.parseColor("#23df49")Accessibility — WCAG contrast
Aa
#23df49 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#23df49 on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green87.5%
Blue28.6%
CMYK percentages
Cyan84.3%
Magenta0.0%
Yellow67.3%
Key (black)12.5%
Color previews
#23df49 text on a black background
contrast 11.72:1
Card sample
#23df49 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23df49;
Background color
Panel with #23df49 background
background-color: #23df49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23df49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 223, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 223, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23df49; background: linear-gradient(135deg, #23df49, #23DFC6);