#d577fe
a light, electric violet · warm · closest name: violet
RGB
213, 119, 254
HSL
282°, 99%, 73%
CMYK
16, 53, 0, 0
Luminance
0.3450
Every format
| HEX | #d577fe |
| RGB | rgb(213, 119, 254) |
| HSL | hsl(282, 99%, 73%) |
| CMYK | cmyk(16%, 53%, 0%, 0%) |
| LAB | lab(65.4 58.1 -52.6) |
| LCH | lch(65.4 78.4 317.8) |
| OKLCH | oklch(0.726 0.206 314.6) |
Copy-ready code
/* CSS */
color: #d577fe;
background-color: #d577fe;
/* Tailwind (arbitrary) */
class="text-[#d577fe] bg-[#d577fe]"
/* SCSS */
$brand: #d577fe;
/* SwiftUI */
Color(red: 0.835, green: 0.467, blue: 0.996)
/* Android */
Color.parseColor("#d577fe")Accessibility — WCAG contrast
Aa
#d577fe on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d577fe on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green46.7%
Blue99.6%
CMYK percentages
Cyan16.1%
Magenta53.1%
Yellow0.0%
Key (black)0.4%
Color previews
#d577fe text on a black background
contrast 7.90:1
Card sample
#d577fe text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d577fe;
Background color
Panel with #d577fe background
background-color: #d577fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d577fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 119, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 119, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d577fe; background: linear-gradient(135deg, #d577fe, #FE77CD);