#dccbaf
a light, soft orange · warm · closest name: tan
RGB
220, 203, 175
HSL
37°, 39%, 78%
CMYK
0, 8, 21, 14
Luminance
0.6102
Every format
| HEX | #dccbaf |
| RGB | rgb(220, 203, 175) |
| HSL | hsl(37, 39%, 78%) |
| CMYK | cmyk(0%, 8%, 21%, 14%) |
| LAB | lab(82.4 1.5 16.1) |
| LCH | lch(82.4 16.2 84.8) |
| OKLCH | oklch(0.849 0.042 80.3) |
Copy-ready code
/* CSS */
color: #dccbaf;
background-color: #dccbaf;
/* Tailwind (arbitrary) */
class="text-[#dccbaf] bg-[#dccbaf]"
/* SCSS */
$brand: #dccbaf;
/* SwiftUI */
Color(red: 0.863, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#dccbaf")Accessibility — WCAG contrast
Aa
#dccbaf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccbaf on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green79.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow20.5%
Key (black)13.7%
Color previews
#dccbaf text on a black background
contrast 13.20:1
Card sample
#dccbaf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccbaf;
Background color
Panel with #dccbaf background
background-color: #dccbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccbaf; background: linear-gradient(135deg, #dccbaf, #CFDCAF);