#dcbbaf
a light, soft orange · warm · closest name: silver
RGB
220, 187, 175
HSL
16°, 39%, 78%
CMYK
0, 15, 21, 14
Luminance
0.5385
Every format
| HEX | #dcbbaf |
| RGB | rgb(220, 187, 175) |
| HSL | hsl(16, 39%, 78%) |
| CMYK | cmyk(0%, 15%, 21%, 14%) |
| LAB | lab(78.4 9.9 10.4) |
| LCH | lch(78.4 14.4 46.5) |
| OKLCH | oklch(0.817 0.042 41.0) |
Copy-ready code
/* CSS */
color: #dcbbaf;
background-color: #dcbbaf;
/* Tailwind (arbitrary) */
class="text-[#dcbbaf] bg-[#dcbbaf]"
/* SCSS */
$brand: #dcbbaf;
/* SwiftUI */
Color(red: 0.863, green: 0.733, blue: 0.686)
/* Android */
Color.parseColor("#dcbbaf")Accessibility — WCAG contrast
Aa
#dcbbaf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcbbaf on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green73.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow20.5%
Key (black)13.7%
Color previews
#dcbbaf text on a black background
contrast 11.77:1
Card sample
#dcbbaf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcbbaf;
Background color
Panel with #dcbbaf background
background-color: #dcbbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcbbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 187, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 187, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcbbaf; background: linear-gradient(135deg, #dcbbaf, #DCD9AF);