#d2ae4f
a balanced, vivid yellow · warm · closest name: khaki
RGB
210, 174, 79
HSL
44°, 59%, 57%
CMYK
0, 17, 62, 18
Luminance
0.4454
Every format
| HEX | #d2ae4f |
| RGB | rgb(210, 174, 79) |
| HSL | hsl(44, 59%, 57%) |
| CMYK | cmyk(0%, 17%, 62%, 18%) |
| LAB | lab(72.6 2.4 52.5) |
| LCH | lch(72.6 52.5 87.4) |
| OKLCH | oklch(0.765 0.121 88.4) |
Copy-ready code
/* CSS */
color: #d2ae4f;
background-color: #d2ae4f;
/* Tailwind (arbitrary) */
class="text-[#d2ae4f] bg-[#d2ae4f]"
/* SCSS */
$brand: #d2ae4f;
/* SwiftUI */
Color(red: 0.824, green: 0.682, blue: 0.310)
/* Android */
Color.parseColor("#d2ae4f")Accessibility — WCAG contrast
Aa
#d2ae4f on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ae4f on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green68.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow62.4%
Key (black)17.6%
Color previews
#d2ae4f text on a black background
contrast 9.91:1
Card sample
#d2ae4f text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ae4f;
Background color
Panel with #d2ae4f background
background-color: #d2ae4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ae4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 174, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 174, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ae4f; background: linear-gradient(135deg, #d2ae4f, #9FD24F);