#c3e764
a balanced, vivid green · cool · closest name: khaki
RGB
195, 231, 100
HSL
77°, 73%, 65%
CMYK
16, 0, 57, 9
Luminance
0.6967
Every format
| HEX | #c3e764 |
| RGB | rgb(195, 231, 100) |
| HSL | hsl(77, 73%, 65%) |
| CMYK | cmyk(16%, 0%, 57%, 9%) |
| LAB | lab(86.8 -30.7 58.7) |
| LCH | lch(86.8 66.3 117.6) |
| OKLCH | oklch(0.876 0.163 122.7) |
Copy-ready code
/* CSS */
color: #c3e764;
background-color: #c3e764;
/* Tailwind (arbitrary) */
class="text-[#c3e764] bg-[#c3e764]"
/* SCSS */
$brand: #c3e764;
/* SwiftUI */
Color(red: 0.765, green: 0.906, blue: 0.392)
/* Android */
Color.parseColor("#c3e764")Accessibility — WCAG contrast
Aa
#c3e764 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3e764 on black: 14.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green90.6%
Blue39.2%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow56.7%
Key (black)9.4%
Color previews
#c3e764 text on a black background
contrast 14.93:1
Card sample
#c3e764 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3e764;
Background color
Panel with #c3e764 background
background-color: #c3e764;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3e764;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 231, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 231, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3e764; background: linear-gradient(135deg, #c3e764, #6CE764);