#cdec2d
a balanced, electric yellow · cool · closest name: yellow
RGB
205, 236, 45
HSL
70°, 83%, 55%
CMYK
13, 0, 81, 8
Luminance
0.7316
Every format
| HEX | #cdec2d |
| RGB | rgb(205, 236, 45) |
| HSL | hsl(70, 83%, 55%) |
| CMYK | cmyk(13%, 0%, 81%, 8%) |
| LAB | lab(88.5 -32.3 80.1) |
| LCH | lch(88.5 86.3 111.9) |
| OKLCH | oklch(0.890 0.199 119.2) |
Copy-ready code
/* CSS */
color: #cdec2d;
background-color: #cdec2d;
/* Tailwind (arbitrary) */
class="text-[#cdec2d] bg-[#cdec2d]"
/* SCSS */
$brand: #cdec2d;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.176)
/* Android */
Color.parseColor("#cdec2d")Accessibility — WCAG contrast
Aa
#cdec2d on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdec2d on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue17.6%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow80.9%
Key (black)7.5%
Color previews
#cdec2d text on a black background
contrast 15.63:1
Card sample
#cdec2d text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdec2d;
Background color
Panel with #cdec2d background
background-color: #cdec2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdec2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdec2d; background: linear-gradient(135deg, #cdec2d, #4EEC2D);