#d6bfac
a light, soft orange · warm · closest name: tan
RGB
214, 191, 172
HSL
27°, 34%, 76%
CMYK
0, 11, 20, 16
Luminance
0.5454
Every format
| HEX | #d6bfac |
| RGB | rgb(214, 191, 172) |
| HSL | hsl(27, 34%, 76%) |
| CMYK | cmyk(0%, 11%, 20%, 16%) |
| LAB | lab(78.8 5.1 12.6) |
| LCH | lch(78.8 13.6 67.8) |
| OKLCH | oklch(0.819 0.037 61.8) |
Copy-ready code
/* CSS */
color: #d6bfac;
background-color: #d6bfac;
/* Tailwind (arbitrary) */
class="text-[#d6bfac] bg-[#d6bfac]"
/* SCSS */
$brand: #d6bfac;
/* SwiftUI */
Color(red: 0.839, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#d6bfac")Accessibility — WCAG contrast
Aa
#d6bfac on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6bfac on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow19.6%
Key (black)16.1%
Color previews
#d6bfac text on a black background
contrast 11.91:1
Card sample
#d6bfac text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6bfac;
Background color
Panel with #d6bfac background
background-color: #d6bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6bfac; background: linear-gradient(135deg, #d6bfac, #D1D6AC);