#c1ef21
a balanced, electric green · cool · closest name: yellow
RGB
193, 239, 33
HSL
73°, 87%, 53%
CMYK
19, 0, 86, 6
Luminance
0.7318
Every format
| HEX | #c1ef21 |
| RGB | rgb(193, 239, 33) |
| HSL | hsl(73, 87%, 53%) |
| CMYK | cmyk(19%, 0%, 86%, 6%) |
| LAB | lab(88.5 -38.7 82.3) |
| LCH | lch(88.5 91.0 115.2) |
| OKLCH | oklch(0.888 0.211 122.9) |
Copy-ready code
/* CSS */
color: #c1ef21;
background-color: #c1ef21;
/* Tailwind (arbitrary) */
class="text-[#c1ef21] bg-[#c1ef21]"
/* SCSS */
$brand: #c1ef21;
/* SwiftUI */
Color(red: 0.757, green: 0.937, blue: 0.129)
/* Android */
Color.parseColor("#c1ef21")Accessibility — WCAG contrast
Aa
#c1ef21 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1ef21 on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green93.7%
Blue12.9%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow86.2%
Key (black)6.3%
Color previews
#c1ef21 text on a black background
contrast 15.64:1
Card sample
#c1ef21 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1ef21;
Background color
Panel with #c1ef21 background
background-color: #c1ef21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1ef21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 239, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 239, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1ef21; background: linear-gradient(135deg, #c1ef21, #37EF21);