#dcca39
a balanced, vivid yellow · cool · closest name: gold
RGB
220, 202, 57
HSL
53°, 70%, 54%
CMYK
0, 8, 74, 14
Luminance
0.5775
Every format
| HEX | #dcca39 |
| RGB | rgb(220, 202, 57) |
| HSL | hsl(53, 70%, 54%) |
| CMYK | cmyk(0%, 8%, 74%, 14%) |
| LAB | lab(80.6 -9.1 69.8) |
| LCH | lch(80.6 70.4 97.4) |
| OKLCH | oklch(0.830 0.157 102.0) |
Copy-ready code
/* CSS */
color: #dcca39;
background-color: #dcca39;
/* Tailwind (arbitrary) */
class="text-[#dcca39] bg-[#dcca39]"
/* SCSS */
$brand: #dcca39;
/* SwiftUI */
Color(red: 0.863, green: 0.792, blue: 0.224)
/* Android */
Color.parseColor("#dcca39")Accessibility — WCAG contrast
Aa
#dcca39 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcca39 on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green79.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow74.1%
Key (black)13.7%
Color previews
#dcca39 text on a black background
contrast 12.55:1
Card sample
#dcca39 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcca39;
Background color
Panel with #dcca39 background
background-color: #dcca39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcca39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 202, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 202, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcca39; background: linear-gradient(135deg, #dcca39, #81DC39);