#d0bc9f
a light, soft orange · warm · closest name: tan
RGB
208, 188, 159
HSL
36°, 34%, 72%
CMYK
0, 10, 24, 18
Luminance
0.5188
Every format
| HEX | #d0bc9f |
| RGB | rgb(208, 188, 159) |
| HSL | hsl(36, 34%, 72%) |
| CMYK | cmyk(0%, 10%, 24%, 18%) |
| LAB | lab(77.2 2.5 17.3) |
| LCH | lch(77.2 17.5 81.6) |
| OKLCH | oklch(0.804 0.045 77.1) |
Copy-ready code
/* CSS */
color: #d0bc9f;
background-color: #d0bc9f;
/* Tailwind (arbitrary) */
class="text-[#d0bc9f] bg-[#d0bc9f]"
/* SCSS */
$brand: #d0bc9f;
/* SwiftUI */
Color(red: 0.816, green: 0.737, blue: 0.624)
/* Android */
Color.parseColor("#d0bc9f")Accessibility — WCAG contrast
Aa
#d0bc9f on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0bc9f on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green73.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta9.6%
Yellow23.6%
Key (black)18.4%
Color previews
#d0bc9f text on a black background
contrast 11.38:1
Card sample
#d0bc9f text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0bc9f;
Background color
Panel with #d0bc9f background
background-color: #d0bc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0bc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 188, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 188, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0bc9f; background: linear-gradient(135deg, #d0bc9f, #C3D09F);