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