#dc5cfd
a light, electric violet · warm · closest name: magenta
RGB
220, 92, 253
HSL
288°, 98%, 68%
CMYK
13, 64, 0, 1
Luminance
0.2996
Every format
| HEX | #dc5cfd |
| RGB | rgb(220, 92, 253) |
| HSL | hsl(288, 98%, 68%) |
| CMYK | cmyk(13%, 64%, 0%, 1%) |
| LAB | lab(61.6 71.9 -58.0) |
| LCH | lch(61.6 92.3 321.1) |
| OKLCH | oklch(0.700 0.246 318.8) |
Copy-ready code
/* CSS */
color: #dc5cfd;
background-color: #dc5cfd;
/* Tailwind (arbitrary) */
class="text-[#dc5cfd] bg-[#dc5cfd]"
/* SCSS */
$brand: #dc5cfd;
/* SwiftUI */
Color(red: 0.863, green: 0.361, blue: 0.992)
/* Android */
Color.parseColor("#dc5cfd")Accessibility — WCAG contrast
Aa
#dc5cfd on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc5cfd on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green36.1%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta63.6%
Yellow0.0%
Key (black)0.8%
Color previews
#dc5cfd text on a black background
contrast 6.99:1
Card sample
#dc5cfd text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc5cfd;
Background color
Panel with #dc5cfd background
background-color: #dc5cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc5cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 92, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 92, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc5cfd; background: linear-gradient(135deg, #dc5cfd, #FD5CB3);