#c2e075
a light, vivid green · cool · closest name: khaki
RGB
194, 224, 117
HSL
77°, 63%, 67%
CMYK
13, 0, 48, 12
Luminance
0.6606
Every format
| HEX | #c2e075 |
| RGB | rgb(194, 224, 117) |
| HSL | hsl(77, 63%, 67%) |
| CMYK | cmyk(13%, 0%, 48%, 12%) |
| LAB | lab(85.0 -26.2 48.8) |
| LCH | lch(85.0 55.4 118.3) |
| OKLCH | oklch(0.862 0.138 122.2) |
Copy-ready code
/* CSS */
color: #c2e075;
background-color: #c2e075;
/* Tailwind (arbitrary) */
class="text-[#c2e075] bg-[#c2e075]"
/* SCSS */
$brand: #c2e075;
/* SwiftUI */
Color(red: 0.761, green: 0.878, blue: 0.459)
/* Android */
Color.parseColor("#c2e075")Accessibility — WCAG contrast
Aa
#c2e075 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2e075 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green87.8%
Blue45.9%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow47.8%
Key (black)12.2%
Color previews
#c2e075 text on a black background
contrast 14.21:1
Card sample
#c2e075 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2e075;
Background color
Panel with #c2e075 background
background-color: #c2e075;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2e075;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 224, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 224, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2e075; background: linear-gradient(135deg, #c2e075, #7BE075);