#d2ac12
a dark, electric yellow · cool · closest name: gold
RGB
210, 172, 18
HSL
48°, 84%, 45%
CMYK
0, 18, 91, 18
Luminance
0.4325
Every format
| HEX | #d2ac12 |
| RGB | rgb(210, 172, 18) |
| HSL | hsl(48, 84%, 45%) |
| CMYK | cmyk(0%, 18%, 91%, 18%) |
| LAB | lab(71.7 1.0 72.1) |
| LCH | lch(71.7 72.2 89.2) |
| OKLCH | oklch(0.757 0.152 92.4) |
Copy-ready code
/* CSS */
color: #d2ac12;
background-color: #d2ac12;
/* Tailwind (arbitrary) */
class="text-[#d2ac12] bg-[#d2ac12]"
/* SCSS */
$brand: #d2ac12;
/* SwiftUI */
Color(red: 0.824, green: 0.675, blue: 0.071)
/* Android */
Color.parseColor("#d2ac12")Accessibility — WCAG contrast
Aa
#d2ac12 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ac12 on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.5%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow91.4%
Key (black)17.6%
Color previews
#d2ac12 text on a black background
contrast 9.65:1
Card sample
#d2ac12 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ac12;
Background color
Panel with #d2ac12 background
background-color: #d2ac12;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ac12;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 172, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 172, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ac12; background: linear-gradient(135deg, #d2ac12, #78D212);