#23c721
a balanced, vivid green · cool · closest name: lime
RGB
35, 199, 33
HSL
119°, 72%, 46%
CMYK
82, 0, 83, 22
Luminance
0.4131
Every format
| HEX | #23c721 |
| RGB | rgb(35, 199, 33) |
| HSL | hsl(119, 72%, 46%) |
| CMYK | cmyk(82%, 0%, 83%, 22%) |
| LAB | lab(70.4 -68.3 64.2) |
| LCH | lch(70.4 93.7 136.8) |
| OKLCH | oklch(0.723 0.233 142.6) |
Copy-ready code
/* CSS */
color: #23c721;
background-color: #23c721;
/* Tailwind (arbitrary) */
class="text-[#23c721] bg-[#23c721]"
/* SCSS */
$brand: #23c721;
/* SwiftUI */
Color(red: 0.137, green: 0.780, blue: 0.129)
/* Android */
Color.parseColor("#23c721")Accessibility — WCAG contrast
Aa
#23c721 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#23c721 on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green78.0%
Blue12.9%
CMYK percentages
Cyan82.4%
Magenta0.0%
Yellow83.4%
Key (black)22.0%
Color previews
#23c721 text on a black background
contrast 9.26:1
Card sample
#23c721 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23c721;
Background color
Panel with #23c721 background
background-color: #23c721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23c721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 199, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 199, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23c721; background: linear-gradient(135deg, #23c721, #21C78E);