#d3bc9b
a light, soft orange · warm · closest name: tan
RGB
211, 188, 155
HSL
35°, 39%, 72%
CMYK
0, 11, 27, 17
Luminance
0.5218
Every format
| HEX | #d3bc9b |
| RGB | rgb(211, 188, 155) |
| HSL | hsl(35, 39%, 72%) |
| CMYK | cmyk(0%, 11%, 27%, 17%) |
| LAB | lab(77.4 3.1 19.7) |
| LCH | lch(77.4 20.0 81.0) |
| OKLCH | oklch(0.806 0.052 76.8) |
Copy-ready code
/* CSS */
color: #d3bc9b;
background-color: #d3bc9b;
/* Tailwind (arbitrary) */
class="text-[#d3bc9b] bg-[#d3bc9b]"
/* SCSS */
$brand: #d3bc9b;
/* SwiftUI */
Color(red: 0.827, green: 0.737, blue: 0.608)
/* Android */
Color.parseColor("#d3bc9b")Accessibility — WCAG contrast
Aa
#d3bc9b on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3bc9b on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green73.7%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow26.5%
Key (black)17.3%
Color previews
#d3bc9b text on a black background
contrast 11.44:1
Card sample
#d3bc9b text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3bc9b;
Background color
Panel with #d3bc9b background
background-color: #d3bc9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3bc9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 188, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 188, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3bc9b; background: linear-gradient(135deg, #d3bc9b, #C5D39B);