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