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