#dcc2ba
a light, soft red · warm · closest name: silver
RGB
220, 194, 186
HSL
14°, 33%, 80%
CMYK
0, 12, 16, 14
Luminance
0.5734
Every format
| HEX | #dcc2ba |
| RGB | rgb(220, 194, 186) |
| HSL | hsl(14, 33%, 80%) |
| CMYK | cmyk(0%, 12%, 16%, 14%) |
| LAB | lab(80.4 7.9 7.4) |
| LCH | lch(80.4 10.8 43.1) |
| OKLCH | oklch(0.834 0.032 37.8) |
Copy-ready code
/* CSS */
color: #dcc2ba;
background-color: #dcc2ba;
/* Tailwind (arbitrary) */
class="text-[#dcc2ba] bg-[#dcc2ba]"
/* SCSS */
$brand: #dcc2ba;
/* SwiftUI */
Color(red: 0.863, green: 0.761, blue: 0.729)
/* Android */
Color.parseColor("#dcc2ba")Accessibility — WCAG contrast
Aa
#dcc2ba on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc2ba on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green76.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow15.5%
Key (black)13.7%
Color previews
#dcc2ba text on a black background
contrast 12.47:1
Card sample
#dcc2ba text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc2ba;
Background color
Panel with #dcc2ba background
background-color: #dcc2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 194, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 194, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc2ba; background: linear-gradient(135deg, #dcc2ba, #DCD9BA);