#d1ac13
a dark, electric yellow · cool · closest name: gold
RGB
209, 172, 19
HSL
48°, 83%, 45%
CMYK
0, 18, 91, 18
Luminance
0.4311
Every format
| HEX | #d1ac13 |
| RGB | rgb(209, 172, 19) |
| HSL | hsl(48, 83%, 45%) |
| CMYK | cmyk(0%, 18%, 91%, 18%) |
| LAB | lab(71.6 0.6 71.9) |
| LCH | lch(71.6 71.9 89.5) |
| OKLCH | oklch(0.756 0.151 92.9) |
Copy-ready code
/* CSS */
color: #d1ac13;
background-color: #d1ac13;
/* Tailwind (arbitrary) */
class="text-[#d1ac13] bg-[#d1ac13]"
/* SCSS */
$brand: #d1ac13;
/* SwiftUI */
Color(red: 0.820, green: 0.675, blue: 0.075)
/* Android */
Color.parseColor("#d1ac13")Accessibility — WCAG contrast
Aa
#d1ac13 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1ac13 on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green67.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow90.9%
Key (black)18.0%
Color previews
#d1ac13 text on a black background
contrast 9.62:1
Card sample
#d1ac13 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1ac13;
Background color
Panel with #d1ac13 background
background-color: #d1ac13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1ac13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 172, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 172, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1ac13; background: linear-gradient(135deg, #d1ac13, #77D113);