#cdec13
a balanced, electric yellow · cool · closest name: yellow
RGB
205, 236, 19
HSL
69°, 85%, 50%
CMYK
13, 0, 92, 8
Luminance
0.7302
Every format
| HEX | #cdec13 |
| RGB | rgb(205, 236, 19) |
| HSL | hsl(69, 85%, 50%) |
| CMYK | cmyk(13%, 0%, 92%, 8%) |
| LAB | lab(88.5 -32.9 84.8) |
| LCH | lch(88.5 90.9 111.2) |
| OKLCH | oklch(0.889 0.206 119.0) |
Copy-ready code
/* CSS */
color: #cdec13;
background-color: #cdec13;
/* Tailwind (arbitrary) */
class="text-[#cdec13] bg-[#cdec13]"
/* SCSS */
$brand: #cdec13;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.075)
/* Android */
Color.parseColor("#cdec13")Accessibility — WCAG contrast
Aa
#cdec13 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdec13 on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue7.5%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow91.9%
Key (black)7.5%
Color previews
#cdec13 text on a black background
contrast 15.60:1
Card sample
#cdec13 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdec13;
Background color
Panel with #cdec13 background
background-color: #cdec13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdec13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdec13; background: linear-gradient(135deg, #cdec13, #3CEC13);