#c3ea21
a balanced, electric green · cool · closest name: yellow
RGB
195, 234, 33
HSL
72°, 83%, 52%
CMYK
17, 0, 86, 8
Luminance
0.7056
Every format
| HEX | #c3ea21 |
| RGB | rgb(195, 234, 33) |
| HSL | hsl(72, 83%, 52%) |
| CMYK | cmyk(17%, 0%, 86%, 8%) |
| LAB | lab(87.3 -35.6 81.3) |
| LCH | lch(87.3 88.8 113.7) |
| OKLCH | oklch(0.878 0.205 121.3) |
Copy-ready code
/* CSS */
color: #c3ea21;
background-color: #c3ea21;
/* Tailwind (arbitrary) */
class="text-[#c3ea21] bg-[#c3ea21]"
/* SCSS */
$brand: #c3ea21;
/* SwiftUI */
Color(red: 0.765, green: 0.918, blue: 0.129)
/* Android */
Color.parseColor("#c3ea21")Accessibility — WCAG contrast
Aa
#c3ea21 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ea21 on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green91.8%
Blue12.9%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow85.9%
Key (black)8.2%
Color previews
#c3ea21 text on a black background
contrast 15.11:1
Card sample
#c3ea21 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ea21;
Background color
Panel with #c3ea21 background
background-color: #c3ea21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ea21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 234, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 234, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ea21; background: linear-gradient(135deg, #c3ea21, #3DEA21);