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