#d9ac00
a dark, electric yellow · cool · closest name: gold
RGB
217, 172, 0
HSL
48°, 100%, 43%
CMYK
0, 21, 100, 15
Luminance
0.4426
Every format
| HEX | #d9ac00 |
| RGB | rgb(217, 172, 0) |
| HSL | hsl(48, 100%, 43%) |
| CMYK | cmyk(0%, 21%, 100%, 15%) |
| LAB | lab(72.4 3.9 75.2) |
| LCH | lch(72.4 75.3 87.0) |
| OKLCH | oklch(0.764 0.156 89.7) |
Copy-ready code
/* CSS */
color: #d9ac00;
background-color: #d9ac00;
/* Tailwind (arbitrary) */
class="text-[#d9ac00] bg-[#d9ac00]"
/* SCSS */
$brand: #d9ac00;
/* SwiftUI */
Color(red: 0.851, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#d9ac00")Accessibility — WCAG contrast
Aa
#d9ac00 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9ac00 on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green67.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta20.7%
Yellow100.0%
Key (black)14.9%
Color previews
#d9ac00 text on a black background
contrast 9.85:1
Card sample
#d9ac00 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9ac00;
Background color
Panel with #d9ac00 background
background-color: #d9ac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9ac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9ac00; background: linear-gradient(135deg, #d9ac00, #75D900);