#c5fd7f
a light, electric green · cool · closest name: khaki
RGB
197, 253, 127
HSL
87°, 97%, 75%
CMYK
22, 0, 50, 1
Luminance
0.8365
Every format
| HEX | #c5fd7f |
| RGB | rgb(197, 253, 127) |
| HSL | hsl(87, 97%, 75%) |
| CMYK | cmyk(22%, 0%, 50%, 1%) |
| LAB | lab(93.3 -37.5 54.2) |
| LCH | lch(93.3 65.9 124.7) |
| OKLCH | oklch(0.929 0.166 129.0) |
Copy-ready code
/* CSS */
color: #c5fd7f;
background-color: #c5fd7f;
/* Tailwind (arbitrary) */
class="text-[#c5fd7f] bg-[#c5fd7f]"
/* SCSS */
$brand: #c5fd7f;
/* SwiftUI */
Color(red: 0.773, green: 0.992, blue: 0.498)
/* Android */
Color.parseColor("#c5fd7f")Accessibility — WCAG contrast
Aa
#c5fd7f on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5fd7f on black: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green99.2%
Blue49.8%
CMYK percentages
Cyan22.1%
Magenta0.0%
Yellow49.8%
Key (black)0.8%
Color previews
#c5fd7f text on a black background
contrast 17.73:1
Card sample
#c5fd7f text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5fd7f;
Background color
Panel with #c5fd7f background
background-color: #c5fd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5fd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 253, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 253, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5fd7f; background: linear-gradient(135deg, #c5fd7f, #7FFD8D);