#d4ac3f
a balanced, vivid yellow · warm · closest name: peru
RGB
212, 172, 63
HSL
44°, 63%, 54%
CMYK
0, 19, 70, 17
Luminance
0.4386
Every format
| HEX | #d4ac3f |
| RGB | rgb(212, 172, 63) |
| HSL | hsl(44, 63%, 54%) |
| CMYK | cmyk(0%, 19%, 70%, 17%) |
| LAB | lab(72.1 3.4 59.1) |
| LCH | lch(72.1 59.1 86.8) |
| OKLCH | oklch(0.761 0.132 88.3) |
Copy-ready code
/* CSS */
color: #d4ac3f;
background-color: #d4ac3f;
/* Tailwind (arbitrary) */
class="text-[#d4ac3f] bg-[#d4ac3f]"
/* SCSS */
$brand: #d4ac3f;
/* SwiftUI */
Color(red: 0.831, green: 0.675, blue: 0.247)
/* Android */
Color.parseColor("#d4ac3f")Accessibility — WCAG contrast
Aa
#d4ac3f on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4ac3f on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green67.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow70.3%
Key (black)16.9%
Color previews
#d4ac3f text on a black background
contrast 9.77:1
Card sample
#d4ac3f text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4ac3f;
Background color
Panel with #d4ac3f background
background-color: #d4ac3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4ac3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 172, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 172, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4ac3f; background: linear-gradient(135deg, #d4ac3f, #99D43F);