#c5fd8c
a light, electric green · cool · closest name: khaki
RGB
197, 253, 140
HSL
90°, 97%, 77%
CMYK
22, 0, 45, 1
Luminance
0.8401
Every format
| HEX | #c5fd8c |
| RGB | rgb(197, 253, 140) |
| HSL | hsl(90, 97%, 77%) |
| CMYK | cmyk(22%, 0%, 45%, 1%) |
| LAB | lab(93.5 -36.1 48.3) |
| LCH | lch(93.5 60.3 126.8) |
| OKLCH | oklch(0.931 0.154 130.5) |
Copy-ready code
/* CSS */
color: #c5fd8c;
background-color: #c5fd8c;
/* Tailwind (arbitrary) */
class="text-[#c5fd8c] bg-[#c5fd8c]"
/* SCSS */
$brand: #c5fd8c;
/* SwiftUI */
Color(red: 0.773, green: 0.992, blue: 0.549)
/* Android */
Color.parseColor("#c5fd8c")Accessibility — WCAG contrast
Aa
#c5fd8c on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5fd8c on black: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green99.2%
Blue54.9%
CMYK percentages
Cyan22.1%
Magenta0.0%
Yellow44.7%
Key (black)0.8%
Color previews
#c5fd8c text on a black background
contrast 17.80:1
Card sample
#c5fd8c text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5fd8c;
Background color
Panel with #c5fd8c background
background-color: #c5fd8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5fd8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 253, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 253, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5fd8c; background: linear-gradient(135deg, #c5fd8c, #8CFD9E);