#d7ae4f
a balanced, vivid yellow · warm · closest name: peru
RGB
215, 174, 79
HSL
42°, 63%, 58%
CMYK
0, 19, 63, 16
Luminance
0.4528
Every format
| HEX | #d7ae4f |
| RGB | rgb(215, 174, 79) |
| HSL | hsl(42, 63%, 58%) |
| CMYK | cmyk(0%, 19%, 63%, 16%) |
| LAB | lab(73.1 4.5 53.1) |
| LCH | lch(73.1 53.3 85.2) |
| OKLCH | oklch(0.770 0.122 85.7) |
Copy-ready code
/* CSS */
color: #d7ae4f;
background-color: #d7ae4f;
/* Tailwind (arbitrary) */
class="text-[#d7ae4f] bg-[#d7ae4f]"
/* SCSS */
$brand: #d7ae4f;
/* SwiftUI */
Color(red: 0.843, green: 0.682, blue: 0.310)
/* Android */
Color.parseColor("#d7ae4f")Accessibility — WCAG contrast
Aa
#d7ae4f on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7ae4f on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green68.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow63.3%
Key (black)15.7%
Color previews
#d7ae4f text on a black background
contrast 10.06:1
Card sample
#d7ae4f text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7ae4f;
Background color
Panel with #d7ae4f background
background-color: #d7ae4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7ae4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 174, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 174, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7ae4f; background: linear-gradient(135deg, #d7ae4f, #A5D74F);