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