#c2e813
a balanced, electric green · cool · closest name: yellow
RGB
194, 232, 19
HSL
71°, 85%, 49%
CMYK
16, 0, 92, 9
Luminance
0.6923
Every format
| HEX | #c2e813 |
| RGB | rgb(194, 232, 19) |
| HSL | hsl(71, 85%, 49%) |
| CMYK | cmyk(16%, 0%, 92%, 9%) |
| LAB | lab(86.6 -35.4 83.0) |
| LCH | lch(86.6 90.2 113.1) |
| OKLCH | oklch(0.873 0.206 121.0) |
Copy-ready code
/* CSS */
color: #c2e813;
background-color: #c2e813;
/* Tailwind (arbitrary) */
class="text-[#c2e813] bg-[#c2e813]"
/* SCSS */
$brand: #c2e813;
/* SwiftUI */
Color(red: 0.761, green: 0.910, blue: 0.075)
/* Android */
Color.parseColor("#c2e813")Accessibility — WCAG contrast
Aa
#c2e813 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2e813 on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green91.0%
Blue7.5%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow91.8%
Key (black)9.0%
Color previews
#c2e813 text on a black background
contrast 14.85:1
Card sample
#c2e813 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2e813;
Background color
Panel with #c2e813 background
background-color: #c2e813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2e813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 232, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 232, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2e813; background: linear-gradient(135deg, #c2e813, #34E813);