#cdfd7f
a light, electric green · cool · closest name: khaki
RGB
205, 253, 127
HSL
83°, 97%, 75%
CMYK
19, 0, 50, 1
Luminance
0.8476
Every format
| HEX | #cdfd7f |
| RGB | rgb(205, 253, 127) |
| HSL | hsl(83, 97%, 75%) |
| CMYK | cmyk(19%, 0%, 50%, 1%) |
| LAB | lab(93.8 -34.6 54.9) |
| LCH | lch(93.8 64.9 122.3) |
| OKLCH | oklch(0.934 0.163 126.6) |
Copy-ready code
/* CSS */
color: #cdfd7f;
background-color: #cdfd7f;
/* Tailwind (arbitrary) */
class="text-[#cdfd7f] bg-[#cdfd7f]"
/* SCSS */
$brand: #cdfd7f;
/* SwiftUI */
Color(red: 0.804, green: 0.992, blue: 0.498)
/* Android */
Color.parseColor("#cdfd7f")Accessibility — WCAG contrast
Aa
#cdfd7f on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfd7f on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.2%
Blue49.8%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow49.8%
Key (black)0.8%
Color previews
#cdfd7f text on a black background
contrast 17.95:1
Card sample
#cdfd7f text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfd7f;
Background color
Panel with #cdfd7f background
background-color: #cdfd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 253, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 253, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfd7f; background: linear-gradient(135deg, #cdfd7f, #7FFD85);