#c2e034
a balanced, vivid green · cool · closest name: yellow
RGB
194, 224, 52
HSL
71°, 74%, 54%
CMYK
13, 0, 77, 12
Luminance
0.6503
Every format
| HEX | #c2e034 |
| RGB | rgb(194, 224, 52) |
| HSL | hsl(71, 74%, 54%) |
| CMYK | cmyk(13%, 0%, 77%, 12%) |
| LAB | lab(84.5 -30.8 74.3) |
| LCH | lch(84.5 80.5 112.5) |
| OKLCH | oklch(0.856 0.187 119.5) |
Copy-ready code
/* CSS */
color: #c2e034;
background-color: #c2e034;
/* Tailwind (arbitrary) */
class="text-[#c2e034] bg-[#c2e034]"
/* SCSS */
$brand: #c2e034;
/* SwiftUI */
Color(red: 0.761, green: 0.878, blue: 0.204)
/* Android */
Color.parseColor("#c2e034")Accessibility — WCAG contrast
Aa
#c2e034 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2e034 on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green87.8%
Blue20.4%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow76.8%
Key (black)12.2%
Color previews
#c2e034 text on a black background
contrast 14.01:1
Card sample
#c2e034 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2e034;
Background color
Panel with #c2e034 background
background-color: #c2e034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2e034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 224, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 224, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2e034; background: linear-gradient(135deg, #c2e034, #4FE034);