#c2e511
a balanced, electric yellow · cool · closest name: yellow
RGB
194, 229, 17
HSL
70°, 86%, 48%
CMYK
15, 0, 93, 10
Luminance
0.6755
Every format
| HEX | #c2e511 |
| RGB | rgb(194, 229, 17) |
| HSL | hsl(70, 86%, 48%) |
| CMYK | cmyk(15%, 0%, 93%, 10%) |
| LAB | lab(85.8 -34.1 82.6) |
| LCH | lch(85.8 89.3 112.4) |
| OKLCH | oklch(0.866 0.204 120.3) |
Copy-ready code
/* CSS */
color: #c2e511;
background-color: #c2e511;
/* Tailwind (arbitrary) */
class="text-[#c2e511] bg-[#c2e511]"
/* SCSS */
$brand: #c2e511;
/* SwiftUI */
Color(red: 0.761, green: 0.898, blue: 0.067)
/* Android */
Color.parseColor("#c2e511")Accessibility — WCAG contrast
Aa
#c2e511 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2e511 on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green89.8%
Blue6.7%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow92.6%
Key (black)10.2%
Color previews
#c2e511 text on a black background
contrast 14.51:1
Card sample
#c2e511 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2e511;
Background color
Panel with #c2e511 background
background-color: #c2e511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2e511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 229, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 229, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2e511; background: linear-gradient(135deg, #c2e511, #35E511);