#d591eb
a light, vivid violet · warm · closest name: violet
RGB
213, 145, 235
HSL
285°, 69%, 75%
CMYK
9, 38, 0, 8
Luminance
0.4040
Every format
| HEX | #d591eb |
| RGB | rgb(213, 145, 235) |
| HSL | hsl(285, 69%, 75%) |
| CMYK | cmyk(9%, 38%, 0%, 8%) |
| LAB | lab(69.8 40.8 -35.3) |
| LCH | lch(69.8 53.9 319.1) |
| OKLCH | oklch(0.756 0.144 317.6) |
Copy-ready code
/* CSS */
color: #d591eb;
background-color: #d591eb;
/* Tailwind (arbitrary) */
class="text-[#d591eb] bg-[#d591eb]"
/* SCSS */
$brand: #d591eb;
/* SwiftUI */
Color(red: 0.835, green: 0.569, blue: 0.922)
/* Android */
Color.parseColor("#d591eb")Accessibility — WCAG contrast
Aa
#d591eb on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d591eb on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green56.9%
Blue92.2%
CMYK percentages
Cyan9.4%
Magenta38.3%
Yellow0.0%
Key (black)7.8%
Color previews
#d591eb text on a black background
contrast 9.08:1
Card sample
#d591eb text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d591eb;
Background color
Panel with #d591eb background
background-color: #d591eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d591eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 145, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 145, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d591eb; background: linear-gradient(135deg, #d591eb, #EB91C5);