#c3e621
a balanced, electric green · cool · closest name: yellow
RGB
195, 230, 33
HSL
71°, 80%, 52%
CMYK
15, 0, 86, 10
Luminance
0.6831
Every format
| HEX | #c3e621 |
| RGB | rgb(195, 230, 33) |
| HSL | hsl(71, 80%, 52%) |
| CMYK | cmyk(15%, 0%, 86%, 10%) |
| LAB | lab(86.2 -33.8 80.4) |
| LCH | lch(86.2 87.3 112.8) |
| OKLCH | oklch(0.869 0.201 120.4) |
Copy-ready code
/* CSS */
color: #c3e621;
background-color: #c3e621;
/* Tailwind (arbitrary) */
class="text-[#c3e621] bg-[#c3e621]"
/* SCSS */
$brand: #c3e621;
/* SwiftUI */
Color(red: 0.765, green: 0.902, blue: 0.129)
/* Android */
Color.parseColor("#c3e621")Accessibility — WCAG contrast
Aa
#c3e621 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3e621 on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green90.2%
Blue12.9%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow85.7%
Key (black)9.8%
Color previews
#c3e621 text on a black background
contrast 14.66:1
Card sample
#c3e621 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3e621;
Background color
Panel with #c3e621 background
background-color: #c3e621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3e621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 230, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 230, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3e621; background: linear-gradient(135deg, #c3e621, #40E621);