#c3ff7f
a light, electric green · cool · closest name: khaki
RGB
195, 255, 127
HSL
88°, 100%, 75%
CMYK
24, 0, 50, 0
Luminance
0.8465
Every format
| HEX | #c3ff7f |
| RGB | rgb(195, 255, 127) |
| HSL | hsl(88, 100%, 75%) |
| CMYK | cmyk(24%, 0%, 50%, 0%) |
| LAB | lab(93.7 -39.1 54.7) |
| LCH | lch(93.7 67.2 125.6) |
| OKLCH | oklch(0.932 0.170 129.9) |
Copy-ready code
/* CSS */
color: #c3ff7f;
background-color: #c3ff7f;
/* Tailwind (arbitrary) */
class="text-[#c3ff7f] bg-[#c3ff7f]"
/* SCSS */
$brand: #c3ff7f;
/* SwiftUI */
Color(red: 0.765, green: 1.000, blue: 0.498)
/* Android */
Color.parseColor("#c3ff7f")Accessibility — WCAG contrast
Aa
#c3ff7f on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ff7f on black: 17.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green100.0%
Blue49.8%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow50.2%
Key (black)0.0%
Color previews
#c3ff7f text on a black background
contrast 17.93:1
Card sample
#c3ff7f text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ff7f;
Background color
Panel with #c3ff7f background
background-color: #c3ff7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ff7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 255, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 255, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ff7f; background: linear-gradient(135deg, #c3ff7f, #7FFF90);