#d8ac00
a dark, electric yellow · cool · closest name: gold
RGB
216, 172, 0
HSL
48°, 100%, 42%
CMYK
0, 20, 100, 15
Luminance
0.4410
Every format
| HEX | #d8ac00 |
| RGB | rgb(216, 172, 0) |
| HSL | hsl(48, 100%, 42%) |
| CMYK | cmyk(0%, 20%, 100%, 15%) |
| LAB | lab(72.3 3.5 75.1) |
| LCH | lch(72.3 75.2 87.4) |
| OKLCH | oklch(0.762 0.156 90.2) |
Copy-ready code
/* CSS */
color: #d8ac00;
background-color: #d8ac00;
/* Tailwind (arbitrary) */
class="text-[#d8ac00] bg-[#d8ac00]"
/* SCSS */
$brand: #d8ac00;
/* SwiftUI */
Color(red: 0.847, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#d8ac00")Accessibility — WCAG contrast
Aa
#d8ac00 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8ac00 on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green67.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow100.0%
Key (black)15.3%
Color previews
#d8ac00 text on a black background
contrast 9.82:1
Card sample
#d8ac00 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8ac00;
Background color
Panel with #d8ac00 background
background-color: #d8ac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8ac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8ac00; background: linear-gradient(135deg, #d8ac00, #74D800);