#dc55ff
a light, electric violet · warm · closest name: magenta
RGB
220, 85, 255
HSL
288°, 100%, 67%
CMYK
14, 67, 0, 0
Luminance
0.2893
Every format
| HEX | #dc55ff |
| RGB | rgb(220, 85, 255) |
| HSL | hsl(288, 100%, 67%) |
| CMYK | cmyk(14%, 67%, 0%, 0%) |
| LAB | lab(60.7 75.1 -60.5) |
| LCH | lch(60.7 96.4 321.1) |
| OKLCH | oklch(0.694 0.257 318.6) |
Copy-ready code
/* CSS */
color: #dc55ff;
background-color: #dc55ff;
/* Tailwind (arbitrary) */
class="text-[#dc55ff] bg-[#dc55ff]"
/* SCSS */
$brand: #dc55ff;
/* SwiftUI */
Color(red: 0.863, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#dc55ff")Accessibility — WCAG contrast
Aa
#dc55ff on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc55ff on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green33.3%
Blue100.0%
CMYK percentages
Cyan13.7%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#dc55ff text on a black background
contrast 6.79:1
Card sample
#dc55ff text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc55ff;
Background color
Panel with #dc55ff background
background-color: #dc55ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc55ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc55ff; background: linear-gradient(135deg, #dc55ff, #FF55B1);