#dc5ef1
a light, electric magenta / pink · warm · closest name: violet
RGB
220, 94, 241
HSL
291°, 84%, 66%
CMYK
9, 61, 0, 6
Luminance
0.2957
Every format
| HEX | #dc5ef1 |
| RGB | rgb(220, 94, 241) |
| HSL | hsl(291, 84%, 66%) |
| CMYK | cmyk(9%, 61%, 0%, 6%) |
| LAB | lab(61.3 68.9 -51.8) |
| LCH | lch(61.3 86.2 323.0) |
| OKLCH | oklch(0.696 0.233 321.7) |
Copy-ready code
/* CSS */
color: #dc5ef1;
background-color: #dc5ef1;
/* Tailwind (arbitrary) */
class="text-[#dc5ef1] bg-[#dc5ef1]"
/* SCSS */
$brand: #dc5ef1;
/* SwiftUI */
Color(red: 0.863, green: 0.369, blue: 0.945)
/* Android */
Color.parseColor("#dc5ef1")Accessibility — WCAG contrast
Aa
#dc5ef1 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc5ef1 on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green36.9%
Blue94.5%
CMYK percentages
Cyan8.7%
Magenta61.0%
Yellow0.0%
Key (black)5.5%
Color previews
#dc5ef1 text on a black background
contrast 6.91:1
Card sample
#dc5ef1 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc5ef1;
Background color
Panel with #dc5ef1 background
background-color: #dc5ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc5ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 94, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 94, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc5ef1; background: linear-gradient(135deg, #dc5ef1, #F15EA4);