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