#c6eb3c
a balanced, electric green · cool · closest name: yellow
RGB
198, 235, 60
HSL
73°, 81%, 58%
CMYK
16, 0, 75, 8
Luminance
0.7175
Every format
| HEX | #c6eb3c |
| RGB | rgb(198, 235, 60) |
| HSL | hsl(73, 81%, 58%) |
| CMYK | cmyk(16%, 0%, 75%, 8%) |
| LAB | lab(87.8 -34.0 75.1) |
| LCH | lch(87.8 82.4 114.3) |
| OKLCH | oklch(0.884 0.194 121.2) |
Copy-ready code
/* CSS */
color: #c6eb3c;
background-color: #c6eb3c;
/* Tailwind (arbitrary) */
class="text-[#c6eb3c] bg-[#c6eb3c]"
/* SCSS */
$brand: #c6eb3c;
/* SwiftUI */
Color(red: 0.776, green: 0.922, blue: 0.235)
/* Android */
Color.parseColor("#c6eb3c")Accessibility — WCAG contrast
Aa
#c6eb3c on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6eb3c on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green92.2%
Blue23.5%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow74.5%
Key (black)7.8%
Color previews
#c6eb3c text on a black background
contrast 15.35:1
Card sample
#c6eb3c text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6eb3c;
Background color
Panel with #c6eb3c background
background-color: #c6eb3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6eb3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 235, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 235, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6eb3c; background: linear-gradient(135deg, #c6eb3c, #51EB3C);