#dbac0b
a balanced, electric yellow · cool · closest name: orange
RGB
219, 172, 11
HSL
46°, 90%, 45%
CMYK
0, 22, 95, 14
Luminance
0.4459
Every format
| HEX | #dbac0b |
| RGB | rgb(219, 172, 11) |
| HSL | hsl(46, 90%, 45%) |
| CMYK | cmyk(0%, 22%, 95%, 14%) |
| LAB | lab(72.6 4.9 74.2) |
| LCH | lch(72.6 74.4 86.2) |
| OKLCH | oklch(0.766 0.155 88.6) |
Copy-ready code
/* CSS */
color: #dbac0b;
background-color: #dbac0b;
/* Tailwind (arbitrary) */
class="text-[#dbac0b] bg-[#dbac0b]"
/* SCSS */
$brand: #dbac0b;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.043)
/* Android */
Color.parseColor("#dbac0b")Accessibility — WCAG contrast
Aa
#dbac0b on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbac0b on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow95.0%
Key (black)14.1%
Color previews
#dbac0b text on a black background
contrast 9.92:1
Card sample
#dbac0b text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbac0b;
Background color
Panel with #dbac0b background
background-color: #dbac0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbac0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbac0b; background: linear-gradient(135deg, #dbac0b, #7FDB0B);