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