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