#dc55fd
a light, electric violet · warm · closest name: magenta
RGB
220, 85, 253
HSL
288°, 98%, 66%
CMYK
13, 66, 0, 1
Luminance
0.2880
Every format
| HEX | #dc55fd |
| RGB | rgb(220, 85, 253) |
| HSL | hsl(288, 98%, 66%) |
| CMYK | cmyk(13%, 66%, 0%, 1%) |
| LAB | lab(60.6 74.7 -59.6) |
| LCH | lch(60.6 95.6 321.4) |
| OKLCH | oklch(0.693 0.255 319.1) |
Copy-ready code
/* CSS */
color: #dc55fd;
background-color: #dc55fd;
/* Tailwind (arbitrary) */
class="text-[#dc55fd] bg-[#dc55fd]"
/* SCSS */
$brand: #dc55fd;
/* SwiftUI */
Color(red: 0.863, green: 0.333, blue: 0.992)
/* Android */
Color.parseColor("#dc55fd")Accessibility — WCAG contrast
Aa
#dc55fd on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc55fd on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green33.3%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta66.4%
Yellow0.0%
Key (black)0.8%
Color previews
#dc55fd text on a black background
contrast 6.76:1
Card sample
#dc55fd text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc55fd;
Background color
Panel with #dc55fd background
background-color: #dc55fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc55fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 85, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 85, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc55fd; background: linear-gradient(135deg, #dc55fd, #FD55AE);