#d3af5b
a balanced, vivid yellow · warm · closest name: khaki
RGB
211, 175, 91
HSL
42°, 58%, 59%
CMYK
0, 17, 57, 17
Luminance
0.4526
Every format
| HEX | #d3af5b |
| RGB | rgb(211, 175, 91) |
| HSL | hsl(42, 58%, 59%) |
| CMYK | cmyk(0%, 17%, 57%, 17%) |
| LAB | lab(73.1 3.1 47.4) |
| LCH | lch(73.1 47.5 86.2) |
| OKLCH | oklch(0.769 0.111 86.4) |
Copy-ready code
/* CSS */
color: #d3af5b;
background-color: #d3af5b;
/* Tailwind (arbitrary) */
class="text-[#d3af5b] bg-[#d3af5b]"
/* SCSS */
$brand: #d3af5b;
/* SwiftUI */
Color(red: 0.827, green: 0.686, blue: 0.357)
/* Android */
Color.parseColor("#d3af5b")Accessibility — WCAG contrast
Aa
#d3af5b on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3af5b on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green68.6%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow56.9%
Key (black)17.3%
Color previews
#d3af5b text on a black background
contrast 10.05:1
Card sample
#d3af5b text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3af5b;
Background color
Panel with #d3af5b background
background-color: #d3af5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3af5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 175, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 175, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3af5b; background: linear-gradient(135deg, #d3af5b, #A7D35B);