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