#c7ea21
a balanced, electric green · cool · closest name: yellow
RGB
199, 234, 33
HSL
70°, 83%, 52%
CMYK
15, 0, 86, 8
Luminance
0.7110
Every format
| HEX | #c7ea21 |
| RGB | rgb(199, 234, 33) |
| HSL | hsl(70, 83%, 52%) |
| CMYK | cmyk(15%, 0%, 86%, 8%) |
| LAB | lab(87.5 -34.1 81.7) |
| LCH | lch(87.5 88.5 112.6) |
| OKLCH | oklch(0.881 0.203 120.2) |
Copy-ready code
/* CSS */
color: #c7ea21;
background-color: #c7ea21;
/* Tailwind (arbitrary) */
class="text-[#c7ea21] bg-[#c7ea21]"
/* SCSS */
$brand: #c7ea21;
/* SwiftUI */
Color(red: 0.780, green: 0.918, blue: 0.129)
/* Android */
Color.parseColor("#c7ea21")Accessibility — WCAG contrast
Aa
#c7ea21 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ea21 on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green91.8%
Blue12.9%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow85.9%
Key (black)8.2%
Color previews
#c7ea21 text on a black background
contrast 15.22:1
Card sample
#c7ea21 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ea21;
Background color
Panel with #c7ea21 background
background-color: #c7ea21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ea21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 234, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 234, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ea21; background: linear-gradient(135deg, #c7ea21, #41EA21);