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