#c1e621
a balanced, electric green · cool · closest name: yellow
RGB
193, 230, 33
HSL
71°, 80%, 52%
CMYK
16, 0, 86, 10
Luminance
0.6804
Every format
| HEX | #c1e621 |
| RGB | rgb(193, 230, 33) |
| HSL | hsl(71, 80%, 52%) |
| CMYK | cmyk(16%, 0%, 86%, 10%) |
| LAB | lab(86.0 -34.6 80.3) |
| LCH | lch(86.0 87.4 113.3) |
| OKLCH | oklch(0.868 0.202 120.9) |
Copy-ready code
/* CSS */
color: #c1e621;
background-color: #c1e621;
/* Tailwind (arbitrary) */
class="text-[#c1e621] bg-[#c1e621]"
/* SCSS */
$brand: #c1e621;
/* SwiftUI */
Color(red: 0.757, green: 0.902, blue: 0.129)
/* Android */
Color.parseColor("#c1e621")Accessibility — WCAG contrast
Aa
#c1e621 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1e621 on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green90.2%
Blue12.9%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow85.7%
Key (black)9.8%
Color previews
#c1e621 text on a black background
contrast 14.61:1
Card sample
#c1e621 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1e621;
Background color
Panel with #c1e621 background
background-color: #c1e621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1e621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 230, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 230, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1e621; background: linear-gradient(135deg, #c1e621, #3EE621);