#cdff7d
a light, electric green · cool · closest name: khaki
RGB
205, 255, 125
HSL
83°, 100%, 75%
CMYK
20, 0, 51, 0
Luminance
0.8598
Every format
| HEX | #cdff7d |
| RGB | rgb(205, 255, 125) |
| HSL | hsl(83, 100%, 75%) |
| CMYK | cmyk(20%, 0%, 51%, 0%) |
| LAB | lab(94.3 -35.8 56.4) |
| LCH | lch(94.3 66.8 122.4) |
| OKLCH | oklch(0.939 0.167 126.8) |
Copy-ready code
/* CSS */
color: #cdff7d;
background-color: #cdff7d;
/* Tailwind (arbitrary) */
class="text-[#cdff7d] bg-[#cdff7d]"
/* SCSS */
$brand: #cdff7d;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.490)
/* Android */
Color.parseColor("#cdff7d")Accessibility — WCAG contrast
Aa
#cdff7d on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdff7d on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue49.0%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow51.0%
Key (black)0.0%
Color previews
#cdff7d text on a black background
contrast 18.20:1
Card sample
#cdff7d text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdff7d;
Background color
Panel with #cdff7d background
background-color: #cdff7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdff7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdff7d; background: linear-gradient(135deg, #cdff7d, #7DFF84);