#d89fdf
a light, vivid magenta / pink · warm · “plum”
RGB
216, 159, 223
HSL
293°, 50%, 75%
CMYK
3, 29, 0, 13
Luminance
0.4472
Every format
| HEX | #d89fdf |
| RGB | rgb(216, 159, 223) |
| HSL | hsl(293, 50%, 75%) |
| CMYK | cmyk(3%, 29%, 0%, 13%) |
| LAB | lab(72.7 31.8 -24.1) |
| LCH | lch(72.7 40.0 322.8) |
| OKLCH | oklch(0.777 0.108 322.8) |
Copy-ready code
/* CSS */
color: #d89fdf;
background-color: #d89fdf;
/* Tailwind (arbitrary) */
class="text-[#d89fdf] bg-[#d89fdf]"
/* SCSS */
$brand: #d89fdf;
/* SwiftUI */
Color(red: 0.847, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#d89fdf")Accessibility — WCAG contrast
Aa
#d89fdf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d89fdf on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green62.4%
Blue87.5%
CMYK percentages
Cyan3.1%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#d89fdf text on a black background
contrast 9.94:1
Card sample
#d89fdf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d89fdf;
Background color
Panel with #d89fdf background
background-color: #d89fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d89fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d89fdf; background: linear-gradient(135deg, #d89fdf, #DF9FBB);