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