#cdfe65
a light, electric green · cool · closest name: yellow
RGB
205, 254, 101
HSL
79°, 99%, 70%
CMYK
19, 0, 60, 0
Luminance
0.8480
Every format
| HEX | #cdfe65 |
| RGB | rgb(205, 254, 101) |
| HSL | hsl(79, 99%, 70%) |
| CMYK | cmyk(19%, 0%, 60%, 0%) |
| LAB | lab(93.8 -37.4 66.3) |
| LCH | lch(93.8 76.1 119.4) |
| OKLCH | oklch(0.934 0.186 124.9) |
Copy-ready code
/* CSS */
color: #cdfe65;
background-color: #cdfe65;
/* Tailwind (arbitrary) */
class="text-[#cdfe65] bg-[#cdfe65]"
/* SCSS */
$brand: #cdfe65;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.396)
/* Android */
Color.parseColor("#cdfe65")Accessibility — WCAG contrast
Aa
#cdfe65 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfe65 on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue39.6%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow60.2%
Key (black)0.4%
Color previews
#cdfe65 text on a black background
contrast 17.96:1
Card sample
#cdfe65 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfe65;
Background color
Panel with #cdfe65 background
background-color: #cdfe65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfe65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfe65; background: linear-gradient(135deg, #cdfe65, #67FE65);