#d7af4b
a balanced, vivid yellow · warm · closest name: peru
RGB
215, 175, 75
HSL
43°, 64%, 57%
CMYK
0, 19, 65, 16
Luminance
0.4562
Every format
| HEX | #d7af4b |
| RGB | rgb(215, 175, 75) |
| HSL | hsl(43, 64%, 57%) |
| CMYK | cmyk(0%, 19%, 65%, 16%) |
| LAB | lab(73.3 3.7 55.2) |
| LCH | lch(73.3 55.3 86.1) |
| OKLCH | oklch(0.771 0.126 87.1) |
Copy-ready code
/* CSS */
color: #d7af4b;
background-color: #d7af4b;
/* Tailwind (arbitrary) */
class="text-[#d7af4b] bg-[#d7af4b]"
/* SCSS */
$brand: #d7af4b;
/* SwiftUI */
Color(red: 0.843, green: 0.686, blue: 0.294)
/* Android */
Color.parseColor("#d7af4b")Accessibility — WCAG contrast
Aa
#d7af4b on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7af4b on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green68.6%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow65.1%
Key (black)15.7%
Color previews
#d7af4b text on a black background
contrast 10.12:1
Card sample
#d7af4b text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7af4b;
Background color
Panel with #d7af4b background
background-color: #d7af4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7af4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 175, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 175, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7af4b; background: linear-gradient(135deg, #d7af4b, #A2D74B);