#dbac1f
a balanced, electric yellow · cool · closest name: orange
RGB
219, 172, 31
HSL
45°, 75%, 49%
CMYK
0, 22, 86, 14
Luminance
0.4466
Every format
| HEX | #dbac1f |
| RGB | rgb(219, 172, 31) |
| HSL | hsl(45, 75%, 49%) |
| CMYK | cmyk(0%, 22%, 86%, 14%) |
| LAB | lab(72.7 5.2 70.6) |
| LCH | lch(72.7 70.8 85.8) |
| OKLCH | oklch(0.766 0.150 87.8) |
Copy-ready code
/* CSS */
color: #dbac1f;
background-color: #dbac1f;
/* Tailwind (arbitrary) */
class="text-[#dbac1f] bg-[#dbac1f]"
/* SCSS */
$brand: #dbac1f;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.122)
/* Android */
Color.parseColor("#dbac1f")Accessibility — WCAG contrast
Aa
#dbac1f on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbac1f on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow85.8%
Key (black)14.1%
Color previews
#dbac1f text on a black background
contrast 9.93:1
Card sample
#dbac1f text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbac1f;
Background color
Panel with #dbac1f background
background-color: #dbac1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbac1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbac1f; background: linear-gradient(135deg, #dbac1f, #8DDB1F);