#d8af5b
a balanced, vivid yellow · warm · closest name: peru
RGB
216, 175, 91
HSL
40°, 62%, 60%
CMYK
0, 19, 58, 15
Luminance
0.4601
Every format
| HEX | #d8af5b |
| RGB | rgb(216, 175, 91) |
| HSL | hsl(40, 62%, 60%) |
| CMYK | cmyk(0%, 19%, 58%, 15%) |
| LAB | lab(73.6 5.2 48.0) |
| LCH | lch(73.6 48.3 83.8) |
| OKLCH | oklch(0.774 0.113 83.5) |
Copy-ready code
/* CSS */
color: #d8af5b;
background-color: #d8af5b;
/* Tailwind (arbitrary) */
class="text-[#d8af5b] bg-[#d8af5b]"
/* SCSS */
$brand: #d8af5b;
/* SwiftUI */
Color(red: 0.847, green: 0.686, blue: 0.357)
/* Android */
Color.parseColor("#d8af5b")Accessibility — WCAG contrast
Aa
#d8af5b on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8af5b on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green68.6%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow57.9%
Key (black)15.3%
Color previews
#d8af5b text on a black background
contrast 10.20:1
Card sample
#d8af5b text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8af5b;
Background color
Panel with #d8af5b background
background-color: #d8af5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8af5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 175, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 175, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8af5b; background: linear-gradient(135deg, #d8af5b, #AED85B);