#d59fdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
213, 159, 223
HSL
291°, 50%, 75%
CMYK
5, 29, 0, 13
Luminance
0.4427
Every format
| HEX | #d59fdf |
| RGB | rgb(213, 159, 223) |
| HSL | hsl(291, 50%, 75%) |
| CMYK | cmyk(5%, 29%, 0%, 13%) |
| LAB | lab(72.4 30.9 -24.6) |
| LCH | lch(72.4 39.5 321.4) |
| OKLCH | oklch(0.774 0.106 321.1) |
Copy-ready code
/* CSS */
color: #d59fdf;
background-color: #d59fdf;
/* Tailwind (arbitrary) */
class="text-[#d59fdf] bg-[#d59fdf]"
/* SCSS */
$brand: #d59fdf;
/* SwiftUI */
Color(red: 0.835, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#d59fdf")Accessibility — WCAG contrast
Aa
#d59fdf on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d59fdf on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green62.4%
Blue87.5%
CMYK percentages
Cyan4.5%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#d59fdf text on a black background
contrast 9.85:1
Card sample
#d59fdf text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d59fdf;
Background color
Panel with #d59fdf background
background-color: #d59fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d59fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d59fdf; background: linear-gradient(135deg, #d59fdf, #DF9FBE);