#dcbb21
a balanced, vivid yellow · cool · closest name: gold
RGB
220, 187, 33
HSL
49°, 74%, 50%
CMYK
0, 15, 85, 14
Luminance
0.5087
Every format
| HEX | #dcbb21 |
| RGB | rgb(220, 187, 33) |
| HSL | hsl(49, 74%, 50%) |
| CMYK | cmyk(0%, 15%, 85%, 14%) |
| LAB | lab(76.6 -2.2 73.3) |
| LCH | lch(76.6 73.4 91.7) |
| OKLCH | oklch(0.798 0.157 95.5) |
Copy-ready code
/* CSS */
color: #dcbb21;
background-color: #dcbb21;
/* Tailwind (arbitrary) */
class="text-[#dcbb21] bg-[#dcbb21]"
/* SCSS */
$brand: #dcbb21;
/* SwiftUI */
Color(red: 0.863, green: 0.733, blue: 0.129)
/* Android */
Color.parseColor("#dcbb21")Accessibility — WCAG contrast
Aa
#dcbb21 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcbb21 on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green73.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow85.0%
Key (black)13.7%
Color previews
#dcbb21 text on a black background
contrast 11.17:1
Card sample
#dcbb21 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcbb21;
Background color
Panel with #dcbb21 background
background-color: #dcbb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcbb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 187, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 187, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcbb21; background: linear-gradient(135deg, #dcbb21, #80DC21);