#d2ac5e
a balanced, vivid yellow · warm · closest name: peru
RGB
210, 172, 94
HSL
40°, 56%, 60%
CMYK
0, 18, 55, 18
Luminance
0.4401
Every format
| HEX | #d2ac5e |
| RGB | rgb(210, 172, 94) |
| HSL | hsl(40, 56%, 60%) |
| CMYK | cmyk(0%, 18%, 55%, 18%) |
| LAB | lab(72.2 4.5 44.9) |
| LCH | lch(72.2 45.1 84.2) |
| OKLCH | oklch(0.762 0.106 83.8) |
Copy-ready code
/* CSS */
color: #d2ac5e;
background-color: #d2ac5e;
/* Tailwind (arbitrary) */
class="text-[#d2ac5e] bg-[#d2ac5e]"
/* SCSS */
$brand: #d2ac5e;
/* SwiftUI */
Color(red: 0.824, green: 0.675, blue: 0.369)
/* Android */
Color.parseColor("#d2ac5e")Accessibility — WCAG contrast
Aa
#d2ac5e on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ac5e on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.5%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow55.2%
Key (black)17.6%
Color previews
#d2ac5e text on a black background
contrast 9.80:1
Card sample
#d2ac5e text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ac5e;
Background color
Panel with #d2ac5e background
background-color: #d2ac5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ac5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 172, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 172, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ac5e; background: linear-gradient(135deg, #d2ac5e, #ABD25E);