#deba21
a balanced, vivid yellow · cool · closest name: gold
RGB
222, 186, 33
HSL
49°, 74%, 50%
CMYK
0, 16, 85, 13
Luminance
0.5076
Every format
| HEX | #deba21 |
| RGB | rgb(222, 186, 33) |
| HSL | hsl(49, 74%, 50%) |
| CMYK | cmyk(0%, 16%, 85%, 13%) |
| LAB | lab(76.5 -0.8 73.4) |
| LCH | lch(76.5 73.4 90.6) |
| OKLCH | oklch(0.797 0.157 94.1) |
Copy-ready code
/* CSS */
color: #deba21;
background-color: #deba21;
/* Tailwind (arbitrary) */
class="text-[#deba21] bg-[#deba21]"
/* SCSS */
$brand: #deba21;
/* SwiftUI */
Color(red: 0.871, green: 0.729, blue: 0.129)
/* Android */
Color.parseColor("#deba21")Accessibility — WCAG contrast
Aa
#deba21 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deba21 on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green72.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta16.2%
Yellow85.1%
Key (black)12.9%
Color previews
#deba21 text on a black background
contrast 11.15:1
Card sample
#deba21 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deba21;
Background color
Panel with #deba21 background
background-color: #deba21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deba21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 186, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 186, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deba21; background: linear-gradient(135deg, #deba21, #84DE21);