#c9fdaf
a light, electric green · cool · closest name: khaki
RGB
201, 253, 175
HSL
100°, 95%, 84%
CMYK
21, 0, 31, 1
Luminance
0.8576
Every format
| HEX | #c9fdaf |
| RGB | rgb(201, 253, 175) |
| HSL | hsl(100, 95%, 84%) |
| CMYK | cmyk(21%, 0%, 31%, 1%) |
| LAB | lab(94.2 -30.2 32.1) |
| LCH | lch(94.2 44.1 133.2) |
| OKLCH | oklch(0.939 0.115 135.5) |
Copy-ready code
/* CSS */
color: #c9fdaf;
background-color: #c9fdaf;
/* Tailwind (arbitrary) */
class="text-[#c9fdaf] bg-[#c9fdaf]"
/* SCSS */
$brand: #c9fdaf;
/* SwiftUI */
Color(red: 0.788, green: 0.992, blue: 0.686)
/* Android */
Color.parseColor("#c9fdaf")Accessibility — WCAG contrast
Aa
#c9fdaf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9fdaf on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green99.2%
Blue68.6%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow30.8%
Key (black)0.8%
Color previews
#c9fdaf text on a black background
contrast 18.15:1
Card sample
#c9fdaf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9fdaf;
Background color
Panel with #c9fdaf background
background-color: #c9fdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9fdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 253, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 253, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9fdaf; background: linear-gradient(135deg, #c9fdaf, #AFFDC9);