#cdfb5e
a light, electric green · cool · closest name: yellow
RGB
205, 251, 94
HSL
78°, 95%, 68%
CMYK
18, 0, 63, 2
Luminance
0.8278
Every format
| HEX | #cdfb5e |
| RGB | rgb(205, 251, 94) |
| HSL | hsl(78, 95%, 68%) |
| CMYK | cmyk(18%, 0%, 63%, 2%) |
| LAB | lab(92.9 -36.6 68.1) |
| LCH | lch(92.9 77.3 118.2) |
| OKLCH | oklch(0.926 0.188 124.0) |
Copy-ready code
/* CSS */
color: #cdfb5e;
background-color: #cdfb5e;
/* Tailwind (arbitrary) */
class="text-[#cdfb5e] bg-[#cdfb5e]"
/* SCSS */
$brand: #cdfb5e;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.369)
/* Android */
Color.parseColor("#cdfb5e")Accessibility — WCAG contrast
Aa
#cdfb5e on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb5e on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue36.9%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow62.5%
Key (black)1.6%
Color previews
#cdfb5e text on a black background
contrast 17.56:1
Card sample
#cdfb5e text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb5e;
Background color
Panel with #cdfb5e background
background-color: #cdfb5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb5e; background: linear-gradient(135deg, #cdfb5e, #64FB5E);