#c3ef21
a balanced, electric green · cool · closest name: yellow
RGB
195, 239, 33
HSL
73°, 87%, 53%
CMYK
18, 0, 86, 6
Luminance
0.7344
Every format
| HEX | #c3ef21 |
| RGB | rgb(195, 239, 33) |
| HSL | hsl(73, 87%, 53%) |
| CMYK | cmyk(18%, 0%, 86%, 6%) |
| LAB | lab(88.7 -37.9 82.5) |
| LCH | lch(88.7 90.8 114.7) |
| OKLCH | oklch(0.889 0.210 122.4) |
Copy-ready code
/* CSS */
color: #c3ef21;
background-color: #c3ef21;
/* Tailwind (arbitrary) */
class="text-[#c3ef21] bg-[#c3ef21]"
/* SCSS */
$brand: #c3ef21;
/* SwiftUI */
Color(red: 0.765, green: 0.937, blue: 0.129)
/* Android */
Color.parseColor("#c3ef21")Accessibility — WCAG contrast
Aa
#c3ef21 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ef21 on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green93.7%
Blue12.9%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow86.2%
Key (black)6.3%
Color previews
#c3ef21 text on a black background
contrast 15.69:1
Card sample
#c3ef21 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ef21;
Background color
Panel with #c3ef21 background
background-color: #c3ef21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ef21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 239, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 239, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ef21; background: linear-gradient(135deg, #c3ef21, #3AEF21);