#d0ac00
a dark, electric yellow · cool · closest name: gold
RGB
208, 172, 0
HSL
50°, 100%, 41%
CMYK
0, 17, 100, 18
Luminance
0.4291
Every format
| HEX | #d0ac00 |
| RGB | rgb(208, 172, 0) |
| HSL | hsl(50, 100%, 41%) |
| CMYK | cmyk(0%, 17%, 100%, 18%) |
| LAB | lab(71.5 -0.1 74.2) |
| LCH | lch(71.5 74.2 90.1) |
| OKLCH | oklch(0.754 0.155 93.7) |
Copy-ready code
/* CSS */
color: #d0ac00;
background-color: #d0ac00;
/* Tailwind (arbitrary) */
class="text-[#d0ac00] bg-[#d0ac00]"
/* SCSS */
$brand: #d0ac00;
/* SwiftUI */
Color(red: 0.816, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#d0ac00")Accessibility — WCAG contrast
Aa
#d0ac00 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0ac00 on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green67.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow100.0%
Key (black)18.4%
Color previews
#d0ac00 text on a black background
contrast 9.58:1
Card sample
#d0ac00 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0ac00;
Background color
Panel with #d0ac00 background
background-color: #d0ac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0ac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0ac00; background: linear-gradient(135deg, #d0ac00, #69D000);