#dedb21
a balanced, vivid yellow · cool · closest name: gold
RGB
222, 219, 33
HSL
59°, 74%, 50%
CMYK
0, 1, 85, 13
Luminance
0.6630
Every format
| HEX | #dedb21 |
| RGB | rgb(222, 219, 33) |
| HSL | hsl(59, 74%, 50%) |
| CMYK | cmyk(0%, 1%, 85%, 13%) |
| LAB | lab(85.2 -17.5 80.4) |
| LCH | lch(85.2 82.3 102.3) |
| OKLCH | oklch(0.866 0.181 108.6) |
Copy-ready code
/* CSS */
color: #dedb21;
background-color: #dedb21;
/* Tailwind (arbitrary) */
class="text-[#dedb21] bg-[#dedb21]"
/* SCSS */
$brand: #dedb21;
/* SwiftUI */
Color(red: 0.871, green: 0.859, blue: 0.129)
/* Android */
Color.parseColor("#dedb21")Accessibility — WCAG contrast
Aa
#dedb21 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dedb21 on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green85.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow85.1%
Key (black)12.9%
Color previews
#dedb21 text on a black background
contrast 14.26:1
Card sample
#dedb21 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dedb21;
Background color
Panel with #dedb21 background
background-color: #dedb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dedb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 219, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 219, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dedb21; background: linear-gradient(135deg, #dedb21, #63DE21);