#cdfd75
a light, electric green · cool · closest name: khaki
RGB
205, 253, 117
HSL
81°, 97%, 73%
CMYK
19, 0, 54, 1
Luminance
0.8451
Every format
| HEX | #cdfd75 |
| RGB | rgb(205, 253, 117) |
| HSL | hsl(81, 97%, 73%) |
| CMYK | cmyk(19%, 0%, 54%, 1%) |
| LAB | lab(93.7 -35.6 59.3) |
| LCH | lch(93.7 69.1 121.0) |
| OKLCH | oklch(0.933 0.172 125.7) |
Copy-ready code
/* CSS */
color: #cdfd75;
background-color: #cdfd75;
/* Tailwind (arbitrary) */
class="text-[#cdfd75] bg-[#cdfd75]"
/* SCSS */
$brand: #cdfd75;
/* SwiftUI */
Color(red: 0.804, green: 0.992, blue: 0.459)
/* Android */
Color.parseColor("#cdfd75")Accessibility — WCAG contrast
Aa
#cdfd75 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfd75 on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.2%
Blue45.9%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow53.8%
Key (black)0.8%
Color previews
#cdfd75 text on a black background
contrast 17.90:1
Card sample
#cdfd75 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfd75;
Background color
Panel with #cdfd75 background
background-color: #cdfd75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfd75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 253, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 253, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfd75; background: linear-gradient(135deg, #cdfd75, #75FD78);