#dcc2cb
a light, soft magenta / pink · warm · closest name: silver
RGB
220, 194, 203
HSL
339°, 27%, 81%
CMYK
0, 12, 8, 14
Luminance
0.5811
Every format
| HEX | #dcc2cb |
| RGB | rgb(220, 194, 203) |
| HSL | hsl(339, 27%, 81%) |
| CMYK | cmyk(0%, 12%, 8%, 14%) |
| LAB | lab(80.8 10.7 -1.1) |
| LCH | lch(80.8 10.7 354.0) |
| OKLCH | oklch(0.839 0.032 354.9) |
Copy-ready code
/* CSS */
color: #dcc2cb;
background-color: #dcc2cb;
/* Tailwind (arbitrary) */
class="text-[#dcc2cb] bg-[#dcc2cb]"
/* SCSS */
$brand: #dcc2cb;
/* SwiftUI */
Color(red: 0.863, green: 0.761, blue: 0.796)
/* Android */
Color.parseColor("#dcc2cb")Accessibility — WCAG contrast
Aa
#dcc2cb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc2cb on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green76.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow7.7%
Key (black)13.7%
Color previews
#dcc2cb text on a black background
contrast 12.62:1
Card sample
#dcc2cb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc2cb;
Background color
Panel with #dcc2cb background
background-color: #dcc2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 194, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 194, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc2cb; background: linear-gradient(135deg, #dcc2cb, #DCCAC2);