#d577eb
a light, vivid violet · warm · closest name: violet
RGB
213, 119, 235
HSL
289°, 74%, 69%
CMYK
9, 49, 0, 8
Luminance
0.3334
Every format
| HEX | #d577eb |
| RGB | rgb(213, 119, 235) |
| HSL | hsl(289, 74%, 69%) |
| CMYK | cmyk(9%, 49%, 0%, 8%) |
| LAB | lab(64.4 54.3 -43.6) |
| LCH | lch(64.4 69.6 321.2) |
| OKLCH | oklch(0.716 0.187 319.8) |
Copy-ready code
/* CSS */
color: #d577eb;
background-color: #d577eb;
/* Tailwind (arbitrary) */
class="text-[#d577eb] bg-[#d577eb]"
/* SCSS */
$brand: #d577eb;
/* SwiftUI */
Color(red: 0.835, green: 0.467, blue: 0.922)
/* Android */
Color.parseColor("#d577eb")Accessibility — WCAG contrast
Aa
#d577eb on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d577eb on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green46.7%
Blue92.2%
CMYK percentages
Cyan9.4%
Magenta49.4%
Yellow0.0%
Key (black)7.8%
Color previews
#d577eb text on a black background
contrast 7.67:1
Card sample
#d577eb text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d577eb;
Background color
Panel with #d577eb background
background-color: #d577eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d577eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 119, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 119, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d577eb; background: linear-gradient(135deg, #d577eb, #EB77B4);