#c9f28d
a light, electric green · cool · closest name: khaki
RGB
201, 242, 141
HSL
84°, 80%, 75%
CMYK
17, 0, 42, 5
Luminance
0.7784
Every format
| HEX | #c9f28d |
| RGB | rgb(201, 242, 141) |
| HSL | hsl(84, 80%, 75%) |
| CMYK | cmyk(17%, 0%, 42%, 5%) |
| LAB | lab(90.7 -29.5 44.4) |
| LCH | lch(90.7 53.3 123.6) |
| OKLCH | oklch(0.910 0.135 127.0) |
Copy-ready code
/* CSS */
color: #c9f28d;
background-color: #c9f28d;
/* Tailwind (arbitrary) */
class="text-[#c9f28d] bg-[#c9f28d]"
/* SCSS */
$brand: #c9f28d;
/* SwiftUI */
Color(red: 0.788, green: 0.949, blue: 0.553)
/* Android */
Color.parseColor("#c9f28d")Accessibility — WCAG contrast
Aa
#c9f28d on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9f28d on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green94.9%
Blue55.3%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow41.7%
Key (black)5.1%
Color previews
#c9f28d text on a black background
contrast 16.57:1
Card sample
#c9f28d text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9f28d;
Background color
Panel with #c9f28d background
background-color: #c9f28d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9f28d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 242, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 242, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9f28d; background: linear-gradient(135deg, #c9f28d, #8DF294);