#c3eb5a
a balanced, electric green · cool · closest name: khaki
RGB
195, 235, 90
HSL
77°, 78%, 64%
CMYK
17, 0, 62, 8
Luminance
0.7176
Every format
| HEX | #c3eb5a |
| RGB | rgb(195, 235, 90) |
| HSL | hsl(77, 78%, 64%) |
| CMYK | cmyk(17%, 0%, 62%, 8%) |
| LAB | lab(87.8 -33.4 64.1) |
| LCH | lch(87.8 72.3 117.5) |
| OKLCH | oklch(0.884 0.176 123.1) |
Copy-ready code
/* CSS */
color: #c3eb5a;
background-color: #c3eb5a;
/* Tailwind (arbitrary) */
class="text-[#c3eb5a] bg-[#c3eb5a]"
/* SCSS */
$brand: #c3eb5a;
/* SwiftUI */
Color(red: 0.765, green: 0.922, blue: 0.353)
/* Android */
Color.parseColor("#c3eb5a")Accessibility — WCAG contrast
Aa
#c3eb5a on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3eb5a on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green92.2%
Blue35.3%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow61.7%
Key (black)7.8%
Color previews
#c3eb5a text on a black background
contrast 15.35:1
Card sample
#c3eb5a text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3eb5a;
Background color
Panel with #c3eb5a background
background-color: #c3eb5a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3eb5a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 235, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 235, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3eb5a; background: linear-gradient(135deg, #c3eb5a, #62EB5A);