#dc8baf
a light, vivid magenta / pink · warm · closest name: plum
RGB
220, 139, 175
HSL
333°, 54%, 70%
CMYK
0, 37, 21, 14
Luminance
0.3678
Every format
| HEX | #dc8baf |
| RGB | rgb(220, 139, 175) |
| HSL | hsl(333, 54%, 70%) |
| CMYK | cmyk(0%, 37%, 21%, 14%) |
| LAB | lab(67.1 35.7 -5.9) |
| LCH | lch(67.1 36.2 350.6) |
| OKLCH | oklch(0.730 0.108 351.9) |
Copy-ready code
/* CSS */
color: #dc8baf;
background-color: #dc8baf;
/* Tailwind (arbitrary) */
class="text-[#dc8baf] bg-[#dc8baf]"
/* SCSS */
$brand: #dc8baf;
/* SwiftUI */
Color(red: 0.863, green: 0.545, blue: 0.686)
/* Android */
Color.parseColor("#dc8baf")Accessibility — WCAG contrast
Aa
#dc8baf on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc8baf on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green54.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow20.5%
Key (black)13.7%
Color previews
#dc8baf text on a black background
contrast 8.36:1
Card sample
#dc8baf text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc8baf;
Background color
Panel with #dc8baf background
background-color: #dc8baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc8baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 139, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 139, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc8baf; background: linear-gradient(135deg, #dc8baf, #DC9D8B);