#d583eb
a light, vivid violet · warm · closest name: violet
RGB
213, 131, 235
HSL
287°, 72%, 72%
CMYK
9, 44, 0, 8
Luminance
0.3638
Every format
| HEX | #d583eb |
| RGB | rgb(213, 131, 235) |
| HSL | hsl(287, 72%, 72%) |
| CMYK | cmyk(9%, 44%, 0%, 8%) |
| LAB | lab(66.8 48.2 -39.9) |
| LCH | lch(66.8 62.5 320.4) |
| OKLCH | oklch(0.734 0.168 318.9) |
Copy-ready code
/* CSS */
color: #d583eb;
background-color: #d583eb;
/* Tailwind (arbitrary) */
class="text-[#d583eb] bg-[#d583eb]"
/* SCSS */
$brand: #d583eb;
/* SwiftUI */
Color(red: 0.835, green: 0.514, blue: 0.922)
/* Android */
Color.parseColor("#d583eb")Accessibility — WCAG contrast
Aa
#d583eb on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d583eb on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green51.4%
Blue92.2%
CMYK percentages
Cyan9.4%
Magenta44.3%
Yellow0.0%
Key (black)7.8%
Color previews
#d583eb text on a black background
contrast 8.28:1
Card sample
#d583eb text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d583eb;
Background color
Panel with #d583eb background
background-color: #d583eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d583eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 131, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 131, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d583eb; background: linear-gradient(135deg, #d583eb, #EB83BC);