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