#d573eb
a light, electric violet · warm · closest name: violet
RGB
213, 115, 235
HSL
289°, 75%, 69%
CMYK
9, 51, 0, 8
Luminance
0.3241
Every format
| HEX | #d573eb |
| RGB | rgb(213, 115, 235) |
| HSL | hsl(289, 75%, 69%) |
| CMYK | cmyk(9%, 51%, 0%, 8%) |
| LAB | lab(63.7 56.3 -44.8) |
| LCH | lch(63.7 71.9 321.5) |
| OKLCH | oklch(0.710 0.193 320.0) |
Copy-ready code
/* CSS */
color: #d573eb;
background-color: #d573eb;
/* Tailwind (arbitrary) */
class="text-[#d573eb] bg-[#d573eb]"
/* SCSS */
$brand: #d573eb;
/* SwiftUI */
Color(red: 0.835, green: 0.451, blue: 0.922)
/* Android */
Color.parseColor("#d573eb")Accessibility — WCAG contrast
Aa
#d573eb on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d573eb on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green45.1%
Blue92.2%
CMYK percentages
Cyan9.4%
Magenta51.1%
Yellow0.0%
Key (black)7.8%
Color previews
#d573eb text on a black background
contrast 7.48:1
Card sample
#d573eb text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d573eb;
Background color
Panel with #d573eb background
background-color: #d573eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d573eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 115, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 115, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d573eb; background: linear-gradient(135deg, #d573eb, #EB73B1);