#c9fbaf
a light, electric green · cool · closest name: khaki
RGB
201, 251, 175
HSL
100°, 91%, 84%
CMYK
20, 0, 30, 2
Luminance
0.8451
Every format
| HEX | #c9fbaf |
| RGB | rgb(201, 251, 175) |
| HSL | hsl(100, 91%, 84%) |
| CMYK | cmyk(20%, 0%, 30%, 2%) |
| LAB | lab(93.7 -29.2 31.4) |
| LCH | lch(93.7 42.9 133.0) |
| OKLCH | oklch(0.935 0.112 135.2) |
Copy-ready code
/* CSS */
color: #c9fbaf;
background-color: #c9fbaf;
/* Tailwind (arbitrary) */
class="text-[#c9fbaf] bg-[#c9fbaf]"
/* SCSS */
$brand: #c9fbaf;
/* SwiftUI */
Color(red: 0.788, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#c9fbaf")Accessibility — WCAG contrast
Aa
#c9fbaf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9fbaf on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green98.4%
Blue68.6%
CMYK percentages
Cyan19.9%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#c9fbaf text on a black background
contrast 17.90:1
Card sample
#c9fbaf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9fbaf;
Background color
Panel with #c9fbaf background
background-color: #c9fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9fbaf; background: linear-gradient(135deg, #c9fbaf, #AFFBC8);