#d88fdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
216, 143, 223
HSL
295°, 56%, 72%
CMYK
3, 36, 0, 13
Luminance
0.3957
Every format
| HEX | #d88fdf |
| RGB | rgb(216, 143, 223) |
| HSL | hsl(295, 56%, 72%) |
| CMYK | cmyk(3%, 36%, 0%, 13%) |
| LAB | lab(69.2 40.4 -29.6) |
| LCH | lch(69.2 50.1 323.8) |
| OKLCH | oklch(0.750 0.136 323.7) |
Copy-ready code
/* CSS */
color: #d88fdf;
background-color: #d88fdf;
/* Tailwind (arbitrary) */
class="text-[#d88fdf] bg-[#d88fdf]"
/* SCSS */
$brand: #d88fdf;
/* SwiftUI */
Color(red: 0.847, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#d88fdf")Accessibility — WCAG contrast
Aa
#d88fdf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d88fdf on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green56.1%
Blue87.5%
CMYK percentages
Cyan3.1%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#d88fdf text on a black background
contrast 8.91:1
Card sample
#d88fdf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d88fdf;
Background color
Panel with #d88fdf background
background-color: #d88fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d88fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d88fdf; background: linear-gradient(135deg, #d88fdf, #DF8FB1);