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