#dbac2c
a balanced, vivid yellow · warm · closest name: orange
RGB
219, 172, 44
HSL
44°, 71%, 52%
CMYK
0, 22, 80, 14
Luminance
0.4475
Every format
| HEX | #dbac2c |
| RGB | rgb(219, 172, 44) |
| HSL | hsl(44, 71%, 52%) |
| CMYK | cmyk(0%, 22%, 80%, 14%) |
| LAB | lab(72.7 5.6 66.9) |
| LCH | lch(72.7 67.1 85.2) |
| OKLCH | oklch(0.767 0.145 86.8) |
Copy-ready code
/* CSS */
color: #dbac2c;
background-color: #dbac2c;
/* Tailwind (arbitrary) */
class="text-[#dbac2c] bg-[#dbac2c]"
/* SCSS */
$brand: #dbac2c;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.173)
/* Android */
Color.parseColor("#dbac2c")Accessibility — WCAG contrast
Aa
#dbac2c on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbac2c on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow79.9%
Key (black)14.1%
Color previews
#dbac2c text on a black background
contrast 9.95:1
Card sample
#dbac2c text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbac2c;
Background color
Panel with #dbac2c background
background-color: #dbac2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbac2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbac2c; background: linear-gradient(135deg, #dbac2c, #95DB2C);