#dc89cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
220, 137, 207
HSL
309°, 54%, 70%
CMYK
0, 38, 6, 14
Luminance
0.3761
Every format
| HEX | #dc89cf |
| RGB | rgb(220, 137, 207) |
| HSL | hsl(309, 54%, 70%) |
| CMYK | cmyk(0%, 38%, 6%, 14%) |
| LAB | lab(67.7 42.0 -22.9) |
| LCH | lch(67.7 47.8 331.4) |
| OKLCH | oklch(0.739 0.135 332.7) |
Copy-ready code
/* CSS */
color: #dc89cf;
background-color: #dc89cf;
/* Tailwind (arbitrary) */
class="text-[#dc89cf] bg-[#dc89cf]"
/* SCSS */
$brand: #dc89cf;
/* SwiftUI */
Color(red: 0.863, green: 0.537, blue: 0.812)
/* Android */
Color.parseColor("#dc89cf")Accessibility — WCAG contrast
Aa
#dc89cf on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc89cf on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green53.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta37.7%
Yellow5.9%
Key (black)13.7%
Color previews
#dc89cf text on a black background
contrast 8.52:1
Card sample
#dc89cf text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc89cf;
Background color
Panel with #dc89cf background
background-color: #dc89cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc89cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 137, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 137, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc89cf; background: linear-gradient(135deg, #dc89cf, #DC8998);