#d28fdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
210, 143, 223
HSL
290°, 56%, 72%
CMYK
6, 36, 0, 13
Luminance
0.3867
Every format
| HEX | #d28fdf |
| RGB | rgb(210, 143, 223) |
| HSL | hsl(290, 56%, 72%) |
| CMYK | cmyk(6%, 36%, 0%, 13%) |
| LAB | lab(68.5 38.6 -30.6) |
| LCH | lch(68.5 49.3 321.6) |
| OKLCH | oklch(0.744 0.133 320.9) |
Copy-ready code
/* CSS */
color: #d28fdf;
background-color: #d28fdf;
/* Tailwind (arbitrary) */
class="text-[#d28fdf] bg-[#d28fdf]"
/* SCSS */
$brand: #d28fdf;
/* SwiftUI */
Color(red: 0.824, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#d28fdf")Accessibility — WCAG contrast
Aa
#d28fdf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d28fdf on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green56.1%
Blue87.5%
CMYK percentages
Cyan5.8%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#d28fdf text on a black background
contrast 8.73:1
Card sample
#d28fdf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d28fdf;
Background color
Panel with #d28fdf background
background-color: #d28fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d28fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d28fdf; background: linear-gradient(135deg, #d28fdf, #DF8FB7);