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