#dcbfac
a light, soft orange · warm · closest name: tan
RGB
220, 191, 172
HSL
24°, 41%, 77%
CMYK
0, 13, 22, 14
Luminance
0.5546
Every format
| HEX | #dcbfac |
| RGB | rgb(220, 191, 172) |
| HSL | hsl(24, 41%, 77%) |
| CMYK | cmyk(0%, 13%, 22%, 14%) |
| LAB | lab(79.3 7.3 13.4) |
| LCH | lch(79.3 15.3 61.2) |
| OKLCH | oklch(0.824 0.042 55.2) |
Copy-ready code
/* CSS */
color: #dcbfac;
background-color: #dcbfac;
/* Tailwind (arbitrary) */
class="text-[#dcbfac] bg-[#dcbfac]"
/* SCSS */
$brand: #dcbfac;
/* SwiftUI */
Color(red: 0.863, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#dcbfac")Accessibility — WCAG contrast
Aa
#dcbfac on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcbfac on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta13.2%
Yellow21.8%
Key (black)13.7%
Color previews
#dcbfac text on a black background
contrast 12.09:1
Card sample
#dcbfac text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcbfac;
Background color
Panel with #dcbfac background
background-color: #dcbfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcbfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcbfac; background: linear-gradient(135deg, #dcbfac, #D9DCAC);