#daac4f
a balanced, vivid yellow · warm · closest name: peru
RGB
218, 172, 79
HSL
40°, 65%, 58%
CMYK
0, 21, 64, 15
Luminance
0.4497
Every format
| HEX | #daac4f |
| RGB | rgb(218, 172, 79) |
| HSL | hsl(40, 65%, 58%) |
| CMYK | cmyk(0%, 21%, 64%, 15%) |
| LAB | lab(72.9 6.8 53.0) |
| LCH | lch(72.9 53.5 82.6) |
| OKLCH | oklch(0.769 0.122 82.6) |
Copy-ready code
/* CSS */
color: #daac4f;
background-color: #daac4f;
/* Tailwind (arbitrary) */
class="text-[#daac4f] bg-[#daac4f]"
/* SCSS */
$brand: #daac4f;
/* SwiftUI */
Color(red: 0.855, green: 0.675, blue: 0.310)
/* Android */
Color.parseColor("#daac4f")Accessibility — WCAG contrast
Aa
#daac4f on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daac4f on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green67.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow63.8%
Key (black)14.5%
Color previews
#daac4f text on a black background
contrast 9.99:1
Card sample
#daac4f text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daac4f;
Background color
Panel with #daac4f background
background-color: #daac4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daac4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 172, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 172, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daac4f; background: linear-gradient(135deg, #daac4f, #ABDA4F);