#cdfb3d
a balanced, electric green · cool · closest name: yellow
RGB
205, 251, 61
HSL
75°, 96%, 61%
CMYK
18, 0, 76, 2
Luminance
0.8231
Every format
| HEX | #cdfb3d |
| RGB | rgb(205, 251, 61) |
| HSL | hsl(75, 96%, 61%) |
| CMYK | cmyk(18%, 0%, 76%, 2%) |
| LAB | lab(92.7 -38.4 79.5) |
| LCH | lch(92.7 88.3 115.8) |
| OKLCH | oklch(0.924 0.208 122.8) |
Copy-ready code
/* CSS */
color: #cdfb3d;
background-color: #cdfb3d;
/* Tailwind (arbitrary) */
class="text-[#cdfb3d] bg-[#cdfb3d]"
/* SCSS */
$brand: #cdfb3d;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.239)
/* Android */
Color.parseColor("#cdfb3d")Accessibility — WCAG contrast
Aa
#cdfb3d on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb3d on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue23.9%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow75.7%
Key (black)1.6%
Color previews
#cdfb3d text on a black background
contrast 17.46:1
Card sample
#cdfb3d text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb3d;
Background color
Panel with #cdfb3d background
background-color: #cdfb3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb3d; background: linear-gradient(135deg, #cdfb3d, #4EFB3D);