#dc86cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
220, 134, 207
HSL
309°, 55%, 69%
CMYK
0, 39, 6, 14
Luminance
0.3677
Every format
| HEX | #dc86cf |
| RGB | rgb(220, 134, 207) |
| HSL | hsl(309, 55%, 69%) |
| CMYK | cmyk(0%, 39%, 6%, 14%) |
| LAB | lab(67.1 43.5 -23.8) |
| LCH | lch(67.1 49.6 331.3) |
| OKLCH | oklch(0.734 0.140 332.6) |
Copy-ready code
/* CSS */
color: #dc86cf;
background-color: #dc86cf;
/* Tailwind (arbitrary) */
class="text-[#dc86cf] bg-[#dc86cf]"
/* SCSS */
$brand: #dc86cf;
/* SwiftUI */
Color(red: 0.863, green: 0.525, blue: 0.812)
/* Android */
Color.parseColor("#dc86cf")Accessibility — WCAG contrast
Aa
#dc86cf on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc86cf on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green52.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow5.9%
Key (black)13.7%
Color previews
#dc86cf text on a black background
contrast 8.35:1
Card sample
#dc86cf text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc86cf;
Background color
Panel with #dc86cf background
background-color: #dc86cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc86cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 134, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 134, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc86cf; background: linear-gradient(135deg, #dc86cf, #DC8696);