#d0ab4f
a balanced, vivid yellow · warm · closest name: peru
RGB
208, 171, 79
HSL
43°, 58%, 56%
CMYK
0, 18, 62, 18
Luminance
0.4310
Every format
| HEX | #d0ab4f |
| RGB | rgb(208, 171, 79) |
| HSL | hsl(43, 58%, 56%) |
| CMYK | cmyk(0%, 18%, 62%, 18%) |
| LAB | lab(71.6 3.1 51.3) |
| LCH | lch(71.6 51.4 86.5) |
| OKLCH | oklch(0.757 0.118 87.3) |
Copy-ready code
/* CSS */
color: #d0ab4f;
background-color: #d0ab4f;
/* Tailwind (arbitrary) */
class="text-[#d0ab4f] bg-[#d0ab4f]"
/* SCSS */
$brand: #d0ab4f;
/* SwiftUI */
Color(red: 0.816, green: 0.671, blue: 0.310)
/* Android */
Color.parseColor("#d0ab4f")Accessibility — WCAG contrast
Aa
#d0ab4f on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0ab4f on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green67.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta17.8%
Yellow62.0%
Key (black)18.4%
Color previews
#d0ab4f text on a black background
contrast 9.62:1
Card sample
#d0ab4f text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0ab4f;
Background color
Panel with #d0ab4f background
background-color: #d0ab4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0ab4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 171, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 171, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0ab4f; background: linear-gradient(135deg, #d0ab4f, #9FD04F);