#cdec41
a balanced, electric green · cool · closest name: yellow
RGB
205, 236, 65
HSL
71°, 82%, 59%
CMYK
13, 0, 73, 8
Luminance
0.7335
Every format
| HEX | #cdec41 |
| RGB | rgb(205, 236, 65) |
| HSL | hsl(71, 82%, 59%) |
| CMYK | cmyk(13%, 0%, 73%, 8%) |
| LAB | lab(88.6 -31.4 74.4) |
| LCH | lch(88.6 80.8 112.9) |
| OKLCH | oklch(0.891 0.190 119.5) |
Copy-ready code
/* CSS */
color: #cdec41;
background-color: #cdec41;
/* Tailwind (arbitrary) */
class="text-[#cdec41] bg-[#cdec41]"
/* SCSS */
$brand: #cdec41;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.255)
/* Android */
Color.parseColor("#cdec41")Accessibility — WCAG contrast
Aa
#cdec41 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdec41 on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue25.5%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow72.5%
Key (black)7.5%
Color previews
#cdec41 text on a black background
contrast 15.67:1
Card sample
#cdec41 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdec41;
Background color
Panel with #cdec41 background
background-color: #cdec41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdec41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdec41; background: linear-gradient(135deg, #cdec41, #5BEC41);