#dccabf
a light, soft orange · warm · closest name: silver
RGB
220, 202, 191
HSL
23°, 29%, 81%
CMYK
0, 8, 13, 14
Luminance
0.6122
Every format
| HEX | #dccabf |
| RGB | rgb(220, 202, 191) |
| HSL | hsl(23, 29%, 81%) |
| CMYK | cmyk(0%, 8%, 13%, 14%) |
| LAB | lab(82.5 4.5 7.8) |
| LCH | lch(82.5 8.9 60.1) |
| OKLCH | oklch(0.851 0.025 53.6) |
Copy-ready code
/* CSS */
color: #dccabf;
background-color: #dccabf;
/* Tailwind (arbitrary) */
class="text-[#dccabf] bg-[#dccabf]"
/* SCSS */
$brand: #dccabf;
/* SwiftUI */
Color(red: 0.863, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#dccabf")Accessibility — WCAG contrast
Aa
#dccabf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccabf on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green79.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow13.2%
Key (black)13.7%
Color previews
#dccabf text on a black background
contrast 13.24:1
Card sample
#dccabf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccabf;
Background color
Panel with #dccabf background
background-color: #dccabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccabf; background: linear-gradient(135deg, #dccabf, #DBDCBF);