#d587eb
a light, vivid violet · warm · closest name: violet
RGB
213, 135, 235
HSL
287°, 71%, 73%
CMYK
9, 43, 0, 8
Luminance
0.3747
Every format
| HEX | #d587eb |
| RGB | rgb(213, 135, 235) |
| HSL | hsl(287, 71%, 73%) |
| CMYK | cmyk(9%, 43%, 0%, 8%) |
| LAB | lab(67.6 46.1 -38.6) |
| LCH | lch(67.6 60.1 320.0) |
| OKLCH | oklch(0.740 0.161 318.6) |
Copy-ready code
/* CSS */
color: #d587eb;
background-color: #d587eb;
/* Tailwind (arbitrary) */
class="text-[#d587eb] bg-[#d587eb]"
/* SCSS */
$brand: #d587eb;
/* SwiftUI */
Color(red: 0.835, green: 0.529, blue: 0.922)
/* Android */
Color.parseColor("#d587eb")Accessibility — WCAG contrast
Aa
#d587eb on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d587eb on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green52.9%
Blue92.2%
CMYK percentages
Cyan9.4%
Magenta42.6%
Yellow0.0%
Key (black)7.8%
Color previews
#d587eb text on a black background
contrast 8.49:1
Card sample
#d587eb text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d587eb;
Background color
Panel with #d587eb background
background-color: #d587eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d587eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 135, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 135, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d587eb; background: linear-gradient(135deg, #d587eb, #EB87BE);