#d2b54f
a balanced, vivid yellow · cool · closest name: khaki
RGB
210, 181, 79
HSL
47°, 59%, 57%
CMYK
0, 14, 62, 18
Luminance
0.4731
Every format
| HEX | #d2b54f |
| RGB | rgb(210, 181, 79) |
| HSL | hsl(47, 59%, 57%) |
| CMYK | cmyk(0%, 14%, 62%, 18%) |
| LAB | lab(74.4 -1.3 54.5) |
| LCH | lch(74.4 54.5 91.4) |
| OKLCH | oklch(0.779 0.125 93.4) |
Copy-ready code
/* CSS */
color: #d2b54f;
background-color: #d2b54f;
/* Tailwind (arbitrary) */
class="text-[#d2b54f] bg-[#d2b54f]"
/* SCSS */
$brand: #d2b54f;
/* SwiftUI */
Color(red: 0.824, green: 0.710, blue: 0.310)
/* Android */
Color.parseColor("#d2b54f")Accessibility — WCAG contrast
Aa
#d2b54f on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2b54f on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green71.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow62.4%
Key (black)17.6%
Color previews
#d2b54f text on a black background
contrast 10.46:1
Card sample
#d2b54f text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2b54f;
Background color
Panel with #d2b54f background
background-color: #d2b54f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2b54f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 181, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 181, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2b54f; background: linear-gradient(135deg, #d2b54f, #98D24F);