#23ed5a
a balanced, electric green · cool · closest name: lime
RGB
35, 237, 90
HSL
136°, 85%, 53%
CMYK
85, 0, 62, 7
Luminance
0.6166
Every format
| HEX | #23ed5a |
| RGB | rgb(35, 237, 90) |
| HSL | hsl(136, 85%, 53%) |
| CMYK | cmyk(85%, 0%, 62%, 7%) |
| LAB | lab(82.7 -74.8 56.8) |
| LCH | lch(82.7 93.9 142.8) |
| OKLCH | oklch(0.827 0.241 146.5) |
Copy-ready code
/* CSS */
color: #23ed5a;
background-color: #23ed5a;
/* Tailwind (arbitrary) */
class="text-[#23ed5a] bg-[#23ed5a]"
/* SCSS */
$brand: #23ed5a;
/* SwiftUI */
Color(red: 0.137, green: 0.929, blue: 0.353)
/* Android */
Color.parseColor("#23ed5a")Accessibility — WCAG contrast
Aa
#23ed5a on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#23ed5a on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green92.9%
Blue35.3%
CMYK percentages
Cyan85.2%
Magenta0.0%
Yellow62.0%
Key (black)7.1%
Color previews
#23ed5a text on a black background
contrast 13.33:1
Card sample
#23ed5a text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23ed5a;
Background color
Panel with #23ed5a background
background-color: #23ed5a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23ed5a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 237, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 237, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23ed5a; background: linear-gradient(135deg, #23ed5a, #23EDE1);