#c6eb4d
a balanced, electric green · cool · closest name: yellow
RGB
198, 235, 77
HSL
74°, 80%, 61%
CMYK
16, 0, 67, 8
Luminance
0.7196
Every format
| HEX | #c6eb4d |
| RGB | rgb(198, 235, 77) |
| HSL | hsl(74, 80%, 61%) |
| CMYK | cmyk(16%, 0%, 67%, 8%) |
| LAB | lab(88.0 -33.1 69.4) |
| LCH | lch(88.0 76.8 115.5) |
| OKLCH | oklch(0.885 0.184 121.7) |
Copy-ready code
/* CSS */
color: #c6eb4d;
background-color: #c6eb4d;
/* Tailwind (arbitrary) */
class="text-[#c6eb4d] bg-[#c6eb4d]"
/* SCSS */
$brand: #c6eb4d;
/* SwiftUI */
Color(red: 0.776, green: 0.922, blue: 0.302)
/* Android */
Color.parseColor("#c6eb4d")Accessibility — WCAG contrast
Aa
#c6eb4d on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6eb4d on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green92.2%
Blue30.2%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow67.2%
Key (black)7.8%
Color previews
#c6eb4d text on a black background
contrast 15.39:1
Card sample
#c6eb4d text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6eb4d;
Background color
Panel with #c6eb4d background
background-color: #c6eb4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6eb4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 235, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 235, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6eb4d; background: linear-gradient(135deg, #c6eb4d, #5DEB4D);