#d3bc4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
211, 188, 79
HSL
50°, 60%, 57%
CMYK
0, 11, 63, 17
Luminance
0.5038
Every format
| HEX | #d3bc4f |
| RGB | rgb(211, 188, 79) |
| HSL | hsl(50, 60%, 57%) |
| CMYK | cmyk(0%, 11%, 63%, 17%) |
| LAB | lab(76.3 -4.6 56.6) |
| LCH | lch(76.3 56.8 94.6) |
| OKLCH | oklch(0.794 0.130 97.4) |
Copy-ready code
/* CSS */
color: #d3bc4f;
background-color: #d3bc4f;
/* Tailwind (arbitrary) */
class="text-[#d3bc4f] bg-[#d3bc4f]"
/* SCSS */
$brand: #d3bc4f;
/* SwiftUI */
Color(red: 0.827, green: 0.737, blue: 0.310)
/* Android */
Color.parseColor("#d3bc4f")Accessibility — WCAG contrast
Aa
#d3bc4f on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3bc4f on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green73.7%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow62.6%
Key (black)17.3%
Color previews
#d3bc4f text on a black background
contrast 11.08:1
Card sample
#d3bc4f text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3bc4f;
Background color
Panel with #d3bc4f background
background-color: #d3bc4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3bc4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 188, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 188, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3bc4f; background: linear-gradient(135deg, #d3bc4f, #92D34F);