#d3bc9f
a light, soft orange · warm · closest name: tan
RGB
211, 188, 159
HSL
34°, 37%, 73%
CMYK
0, 11, 25, 17
Luminance
0.5232
Every format
| HEX | #d3bc9f |
| RGB | rgb(211, 188, 159) |
| HSL | hsl(34, 37%, 73%) |
| CMYK | cmyk(0%, 11%, 25%, 17%) |
| LAB | lab(77.5 3.7 17.7) |
| LCH | lch(77.5 18.1 78.2) |
| OKLCH | oklch(0.807 0.047 73.5) |
Copy-ready code
/* CSS */
color: #d3bc9f;
background-color: #d3bc9f;
/* Tailwind (arbitrary) */
class="text-[#d3bc9f] bg-[#d3bc9f]"
/* SCSS */
$brand: #d3bc9f;
/* SwiftUI */
Color(red: 0.827, green: 0.737, blue: 0.624)
/* Android */
Color.parseColor("#d3bc9f")Accessibility — WCAG contrast
Aa
#d3bc9f on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3bc9f on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green73.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow24.6%
Key (black)17.3%
Color previews
#d3bc9f text on a black background
contrast 11.46:1
Card sample
#d3bc9f text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3bc9f;
Background color
Panel with #d3bc9f background
background-color: #d3bc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3bc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 188, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 188, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3bc9f; background: linear-gradient(135deg, #d3bc9f, #C7D39F);