#d1bfac
a light, soft orange · warm · closest name: silver
RGB
209, 191, 172
HSL
31°, 29%, 75%
CMYK
0, 9, 18, 18
Luminance
0.5380
Every format
| HEX | #d1bfac |
| RGB | rgb(209, 191, 172) |
| HSL | hsl(31, 29%, 75%) |
| CMYK | cmyk(0%, 9%, 18%, 18%) |
| LAB | lab(78.3 3.3 11.9) |
| LCH | lch(78.3 12.3 74.7) |
| OKLCH | oklch(0.815 0.033 68.8) |
Copy-ready code
/* CSS */
color: #d1bfac;
background-color: #d1bfac;
/* Tailwind (arbitrary) */
class="text-[#d1bfac] bg-[#d1bfac]"
/* SCSS */
$brand: #d1bfac;
/* SwiftUI */
Color(red: 0.820, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#d1bfac")Accessibility — WCAG contrast
Aa
#d1bfac on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1bfac on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow17.7%
Key (black)18.0%
Color previews
#d1bfac text on a black background
contrast 11.76:1
Card sample
#d1bfac text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1bfac;
Background color
Panel with #d1bfac background
background-color: #d1bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1bfac; background: linear-gradient(135deg, #d1bfac, #CAD1AC);