#d7bfac
a light, soft orange · warm · closest name: tan
RGB
215, 191, 172
HSL
27°, 35%, 76%
CMYK
0, 11, 20, 16
Luminance
0.5469
Every format
| HEX | #d7bfac |
| RGB | rgb(215, 191, 172) |
| HSL | hsl(27, 35%, 76%) |
| CMYK | cmyk(0%, 11%, 20%, 16%) |
| LAB | lab(78.9 5.5 12.7) |
| LCH | lch(78.9 13.8 66.6) |
| OKLCH | oklch(0.820 0.038 60.6) |
Copy-ready code
/* CSS */
color: #d7bfac;
background-color: #d7bfac;
/* Tailwind (arbitrary) */
class="text-[#d7bfac] bg-[#d7bfac]"
/* SCSS */
$brand: #d7bfac;
/* SwiftUI */
Color(red: 0.843, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#d7bfac")Accessibility — WCAG contrast
Aa
#d7bfac on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7bfac on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow20.0%
Key (black)15.7%
Color previews
#d7bfac text on a black background
contrast 11.94:1
Card sample
#d7bfac text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7bfac;
Background color
Panel with #d7bfac background
background-color: #d7bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7bfac; background: linear-gradient(135deg, #d7bfac, #D2D7AC);