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