#c3ff74
a light, electric green · cool · closest name: khaki
RGB
195, 255, 116
HSL
86°, 100%, 73%
CMYK
24, 0, 55, 0
Luminance
0.8438
Every format
| HEX | #c3ff74 |
| RGB | rgb(195, 255, 116) |
| HSL | hsl(86, 100%, 73%) |
| CMYK | cmyk(24%, 0%, 55%, 0%) |
| LAB | lab(93.6 -40.2 59.5) |
| LCH | lch(93.6 71.8 124.1) |
| OKLCH | oklch(0.931 0.180 128.9) |
Copy-ready code
/* CSS */
color: #c3ff74;
background-color: #c3ff74;
/* Tailwind (arbitrary) */
class="text-[#c3ff74] bg-[#c3ff74]"
/* SCSS */
$brand: #c3ff74;
/* SwiftUI */
Color(red: 0.765, green: 1.000, blue: 0.455)
/* Android */
Color.parseColor("#c3ff74")Accessibility — WCAG contrast
Aa
#c3ff74 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ff74 on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green100.0%
Blue45.5%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow54.5%
Key (black)0.0%
Color previews
#c3ff74 text on a black background
contrast 17.88:1
Card sample
#c3ff74 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ff74;
Background color
Panel with #c3ff74 background
background-color: #c3ff74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ff74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 255, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 255, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ff74; background: linear-gradient(135deg, #c3ff74, #74FF81);