#cdff9d
a light, electric green · cool · closest name: khaki
RGB
205, 255, 157
HSL
91°, 100%, 81%
CMYK
20, 0, 38, 0
Luminance
0.8693
Every format
| HEX | #cdff9d |
| RGB | rgb(205, 255, 157) |
| HSL | hsl(91, 100%, 81%) |
| CMYK | cmyk(20%, 0%, 38%, 0%) |
| LAB | lab(94.7 -32.2 41.8) |
| LCH | lch(94.7 52.7 127.6) |
| OKLCH | oklch(0.943 0.135 130.6) |
Copy-ready code
/* CSS */
color: #cdff9d;
background-color: #cdff9d;
/* Tailwind (arbitrary) */
class="text-[#cdff9d] bg-[#cdff9d]"
/* SCSS */
$brand: #cdff9d;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.616)
/* Android */
Color.parseColor("#cdff9d")Accessibility — WCAG contrast
Aa
#cdff9d on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdff9d on black: 18.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue61.6%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow38.4%
Key (black)0.0%
Color previews
#cdff9d text on a black background
contrast 18.39:1
Card sample
#cdff9d text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdff9d;
Background color
Panel with #cdff9d background
background-color: #cdff9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdff9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdff9d; background: linear-gradient(135deg, #cdff9d, #9DFFAE);