#d2ac4c
a balanced, vivid yellow · warm · closest name: peru
RGB
210, 172, 76
HSL
43°, 60%, 56%
CMYK
0, 18, 64, 18
Luminance
0.4373
Every format
| HEX | #d2ac4c |
| RGB | rgb(210, 172, 76) |
| HSL | hsl(43, 60%, 56%) |
| CMYK | cmyk(0%, 18%, 64%, 18%) |
| LAB | lab(72.0 3.2 53.3) |
| LCH | lch(72.0 53.4 86.5) |
| OKLCH | oklch(0.760 0.122 87.5) |
Copy-ready code
/* CSS */
color: #d2ac4c;
background-color: #d2ac4c;
/* Tailwind (arbitrary) */
class="text-[#d2ac4c] bg-[#d2ac4c]"
/* SCSS */
$brand: #d2ac4c;
/* SwiftUI */
Color(red: 0.824, green: 0.675, blue: 0.298)
/* Android */
Color.parseColor("#d2ac4c")Accessibility — WCAG contrast
Aa
#d2ac4c on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ac4c on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.5%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow63.8%
Key (black)17.6%
Color previews
#d2ac4c text on a black background
contrast 9.75:1
Card sample
#d2ac4c text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ac4c;
Background color
Panel with #d2ac4c background
background-color: #d2ac4c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ac4c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 172, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 172, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ac4c; background: linear-gradient(135deg, #d2ac4c, #9FD24C);