#dccb21
a balanced, vivid yellow · cool · closest name: gold
RGB
220, 203, 33
HSL
55°, 74%, 50%
CMYK
0, 8, 85, 14
Luminance
0.5804
Every format
| HEX | #dccb21 |
| RGB | rgb(220, 203, 33) |
| HSL | hsl(55, 74%, 50%) |
| CMYK | cmyk(0%, 8%, 85%, 14%) |
| LAB | lab(80.8 -10.4 76.8) |
| LCH | lch(80.8 77.5 97.7) |
| OKLCH | oklch(0.831 0.168 103.1) |
Copy-ready code
/* CSS */
color: #dccb21;
background-color: #dccb21;
/* Tailwind (arbitrary) */
class="text-[#dccb21] bg-[#dccb21]"
/* SCSS */
$brand: #dccb21;
/* SwiftUI */
Color(red: 0.863, green: 0.796, blue: 0.129)
/* Android */
Color.parseColor("#dccb21")Accessibility — WCAG contrast
Aa
#dccb21 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccb21 on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green79.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow85.0%
Key (black)13.7%
Color previews
#dccb21 text on a black background
contrast 12.61:1
Card sample
#dccb21 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccb21;
Background color
Panel with #dccb21 background
background-color: #dccb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 203, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 203, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccb21; background: linear-gradient(135deg, #dccb21, #70DC21);