#c6ec67
a light, electric green · cool · closest name: khaki
RGB
198, 236, 103
HSL
77°, 78%, 67%
CMYK
16, 0, 56, 8
Luminance
0.7298
Every format
| HEX | #c6ec67 |
| RGB | rgb(198, 236, 103) |
| HSL | hsl(77, 78%, 67%) |
| CMYK | cmyk(16%, 0%, 56%, 8%) |
| LAB | lab(88.4 -31.7 59.3) |
| LCH | lch(88.4 67.2 118.1) |
| OKLCH | oklch(0.889 0.165 123.1) |
Copy-ready code
/* CSS */
color: #c6ec67;
background-color: #c6ec67;
/* Tailwind (arbitrary) */
class="text-[#c6ec67] bg-[#c6ec67]"
/* SCSS */
$brand: #c6ec67;
/* SwiftUI */
Color(red: 0.776, green: 0.925, blue: 0.404)
/* Android */
Color.parseColor("#c6ec67")Accessibility — WCAG contrast
Aa
#c6ec67 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ec67 on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green92.5%
Blue40.4%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow56.4%
Key (black)7.5%
Color previews
#c6ec67 text on a black background
contrast 15.60:1
Card sample
#c6ec67 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ec67;
Background color
Panel with #c6ec67 background
background-color: #c6ec67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ec67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 236, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 236, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ec67; background: linear-gradient(135deg, #c6ec67, #6EEC67);