#d2ac4f
a balanced, vivid yellow · warm · closest name: peru
RGB
210, 172, 79
HSL
43°, 59%, 57%
CMYK
0, 18, 62, 18
Luminance
0.4377
Every format
| HEX | #d2ac4f |
| RGB | rgb(210, 172, 79) |
| HSL | hsl(43, 59%, 57%) |
| CMYK | cmyk(0%, 18%, 62%, 18%) |
| LAB | lab(72.1 3.4 51.9) |
| LCH | lch(72.1 52.0 86.2) |
| OKLCH | oklch(0.761 0.119 87.0) |
Copy-ready code
/* CSS */
color: #d2ac4f;
background-color: #d2ac4f;
/* Tailwind (arbitrary) */
class="text-[#d2ac4f] bg-[#d2ac4f]"
/* SCSS */
$brand: #d2ac4f;
/* SwiftUI */
Color(red: 0.824, green: 0.675, blue: 0.310)
/* Android */
Color.parseColor("#d2ac4f")Accessibility — WCAG contrast
Aa
#d2ac4f on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ac4f on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow62.4%
Key (black)17.6%
Color previews
#d2ac4f text on a black background
contrast 9.75:1
Card sample
#d2ac4f text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ac4f;
Background color
Panel with #d2ac4f background
background-color: #d2ac4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ac4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 172, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 172, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ac4f; background: linear-gradient(135deg, #d2ac4f, #A1D24F);