#d3ac4f
a balanced, vivid yellow · warm · closest name: peru
RGB
211, 172, 79
HSL
42°, 60%, 57%
CMYK
0, 19, 63, 17
Luminance
0.4392
Every format
| HEX | #d3ac4f |
| RGB | rgb(211, 172, 79) |
| HSL | hsl(42, 60%, 57%) |
| CMYK | cmyk(0%, 19%, 63%, 17%) |
| LAB | lab(72.2 3.9 52.0) |
| LCH | lch(72.2 52.2 85.8) |
| OKLCH | oklch(0.762 0.120 86.4) |
Copy-ready code
/* CSS */
color: #d3ac4f;
background-color: #d3ac4f;
/* Tailwind (arbitrary) */
class="text-[#d3ac4f] bg-[#d3ac4f]"
/* SCSS */
$brand: #d3ac4f;
/* SwiftUI */
Color(red: 0.827, green: 0.675, blue: 0.310)
/* Android */
Color.parseColor("#d3ac4f")Accessibility — WCAG contrast
Aa
#d3ac4f on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3ac4f on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green67.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta18.5%
Yellow62.6%
Key (black)17.3%
Color previews
#d3ac4f text on a black background
contrast 9.78:1
Card sample
#d3ac4f text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3ac4f;
Background color
Panel with #d3ac4f background
background-color: #d3ac4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3ac4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 172, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 172, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3ac4f; background: linear-gradient(135deg, #d3ac4f, #A2D34F);