#cdfb4d
a balanced, electric green · cool · closest name: yellow
RGB
205, 251, 77
HSL
76°, 96%, 64%
CMYK
18, 0, 69, 2
Luminance
0.8251
Every format
| HEX | #cdfb4d |
| RGB | rgb(205, 251, 77) |
| HSL | hsl(76, 96%, 64%) |
| CMYK | cmyk(18%, 0%, 69%, 2%) |
| LAB | lab(92.8 -37.6 74.4) |
| LCH | lch(92.8 83.4 116.8) |
| OKLCH | oklch(0.925 0.200 123.3) |
Copy-ready code
/* CSS */
color: #cdfb4d;
background-color: #cdfb4d;
/* Tailwind (arbitrary) */
class="text-[#cdfb4d] bg-[#cdfb4d]"
/* SCSS */
$brand: #cdfb4d;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.302)
/* Android */
Color.parseColor("#cdfb4d")Accessibility — WCAG contrast
Aa
#cdfb4d on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb4d on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue30.2%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow69.3%
Key (black)1.6%
Color previews
#cdfb4d text on a black background
contrast 17.50:1
Card sample
#cdfb4d text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb4d;
Background color
Panel with #cdfb4d background
background-color: #cdfb4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb4d; background: linear-gradient(135deg, #cdfb4d, #59FB4D);