#d58fd2
a light, vivid magenta / pink · warm · closest name: plum
RGB
213, 143, 210
HSL
303°, 46%, 70%
CMYK
0, 33, 1, 17
Luminance
0.3844
Every format
| HEX | #d58fd2 |
| RGB | rgb(213, 143, 210) |
| HSL | hsl(303, 46%, 70%) |
| CMYK | cmyk(0%, 33%, 1%, 17%) |
| LAB | lab(68.3 37.1 -23.7) |
| LCH | lch(68.3 44.0 327.4) |
| OKLCH | oklch(0.742 0.122 328.2) |
Copy-ready code
/* CSS */
color: #d58fd2;
background-color: #d58fd2;
/* Tailwind (arbitrary) */
class="text-[#d58fd2] bg-[#d58fd2]"
/* SCSS */
$brand: #d58fd2;
/* SwiftUI */
Color(red: 0.835, green: 0.561, blue: 0.824)
/* Android */
Color.parseColor("#d58fd2")Accessibility — WCAG contrast
Aa
#d58fd2 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d58fd2 on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green56.1%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow1.4%
Key (black)16.5%
Color previews
#d58fd2 text on a black background
contrast 8.69:1
Card sample
#d58fd2 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d58fd2;
Background color
Panel with #d58fd2 background
background-color: #d58fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d58fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 143, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 143, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d58fd2; background: linear-gradient(135deg, #d58fd2, #D58FA3);