#cdfc65
a light, electric green · cool · closest name: yellow
RGB
205, 252, 101
HSL
79°, 96%, 69%
CMYK
19, 0, 60, 1
Luminance
0.8354
Every format
| HEX | #cdfc65 |
| RGB | rgb(205, 252, 101) |
| HSL | hsl(79, 96%, 69%) |
| CMYK | cmyk(19%, 0%, 60%, 1%) |
| LAB | lab(93.3 -36.5 65.7) |
| LCH | lch(93.3 75.1 119.1) |
| OKLCH | oklch(0.929 0.184 124.5) |
Copy-ready code
/* CSS */
color: #cdfc65;
background-color: #cdfc65;
/* Tailwind (arbitrary) */
class="text-[#cdfc65] bg-[#cdfc65]"
/* SCSS */
$brand: #cdfc65;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.396)
/* Android */
Color.parseColor("#cdfc65")Accessibility — WCAG contrast
Aa
#cdfc65 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfc65 on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue39.6%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow59.9%
Key (black)1.2%
Color previews
#cdfc65 text on a black background
contrast 17.71:1
Card sample
#cdfc65 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfc65;
Background color
Panel with #cdfc65 background
background-color: #cdfc65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfc65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfc65; background: linear-gradient(135deg, #cdfc65, #68FC65);