#cdff46
a balanced, electric green · cool · closest name: yellow
RGB
205, 255, 70
HSL
76°, 100%, 64%
CMYK
20, 0, 73, 0
Luminance
0.8494
Every format
| HEX | #cdff46 |
| RGB | rgb(205, 255, 70) |
| HSL | hsl(76, 100%, 64%) |
| CMYK | cmyk(20%, 0%, 73%, 0%) |
| LAB | lab(93.9 -39.8 77.8) |
| LCH | lch(93.9 87.4 117.1) |
| OKLCH | oklch(0.933 0.208 123.8) |
Copy-ready code
/* CSS */
color: #cdff46;
background-color: #cdff46;
/* Tailwind (arbitrary) */
class="text-[#cdff46] bg-[#cdff46]"
/* SCSS */
$brand: #cdff46;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.275)
/* Android */
Color.parseColor("#cdff46")Accessibility — WCAG contrast
Aa
#cdff46 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdff46 on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue27.5%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow72.5%
Key (black)0.0%
Color previews
#cdff46 text on a black background
contrast 17.99:1
Card sample
#cdff46 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdff46;
Background color
Panel with #cdff46 background
background-color: #cdff46;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdff46;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdff46; background: linear-gradient(135deg, #cdff46, #52FF46);