#cdfc5d
a light, electric green · cool · closest name: yellow
RGB
205, 252, 93
HSL
78°, 96%, 68%
CMYK
19, 0, 63, 1
Luminance
0.8339
Every format
| HEX | #cdfc5d |
| RGB | rgb(205, 252, 93) |
| HSL | hsl(78, 96%, 68%) |
| CMYK | cmyk(19%, 0%, 63%, 1%) |
| LAB | lab(93.2 -37.1 68.8) |
| LCH | lch(93.2 78.2 118.3) |
| OKLCH | oklch(0.929 0.190 124.1) |
Copy-ready code
/* CSS */
color: #cdfc5d;
background-color: #cdfc5d;
/* Tailwind (arbitrary) */
class="text-[#cdfc5d] bg-[#cdfc5d]"
/* SCSS */
$brand: #cdfc5d;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.365)
/* Android */
Color.parseColor("#cdfc5d")Accessibility — WCAG contrast
Aa
#cdfc5d on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfc5d on black: 17.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue36.5%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow63.1%
Key (black)1.2%
Color previews
#cdfc5d text on a black background
contrast 17.68:1
Card sample
#cdfc5d text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfc5d;
Background color
Panel with #cdfc5d background
background-color: #cdfc5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfc5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfc5d; background: linear-gradient(135deg, #cdfc5d, #63FC5D);