#c2eb61
a light, electric green · cool · closest name: khaki
RGB
194, 235, 97
HSL
78°, 78%, 65%
CMYK
17, 0, 59, 8
Luminance
0.7175
Every format
| HEX | #c2eb61 |
| RGB | rgb(194, 235, 97) |
| HSL | hsl(78, 78%, 65%) |
| CMYK | cmyk(17%, 0%, 59%, 8%) |
| LAB | lab(87.8 -33.2 61.1) |
| LCH | lch(87.8 69.6 118.5) |
| OKLCH | oklch(0.884 0.170 123.8) |
Copy-ready code
/* CSS */
color: #c2eb61;
background-color: #c2eb61;
/* Tailwind (arbitrary) */
class="text-[#c2eb61] bg-[#c2eb61]"
/* SCSS */
$brand: #c2eb61;
/* SwiftUI */
Color(red: 0.761, green: 0.922, blue: 0.380)
/* Android */
Color.parseColor("#c2eb61")Accessibility — WCAG contrast
Aa
#c2eb61 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2eb61 on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.2%
Blue38.0%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow58.7%
Key (black)7.8%
Color previews
#c2eb61 text on a black background
contrast 15.35:1
Card sample
#c2eb61 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2eb61;
Background color
Panel with #c2eb61 background
background-color: #c2eb61;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2eb61;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 235, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 235, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2eb61; background: linear-gradient(135deg, #c2eb61, #66EB61);