#dc63fd
a light, electric violet · warm · closest name: violet
RGB
220, 99, 253
HSL
287°, 98%, 69%
CMYK
13, 61, 0, 1
Luminance
0.3123
Every format
| HEX | #dc63fd |
| RGB | rgb(220, 99, 253) |
| HSL | hsl(287, 98%, 69%) |
| CMYK | cmyk(13%, 61%, 0%, 1%) |
| LAB | lab(62.7 68.9 -56.2) |
| LCH | lch(62.7 88.9 320.8) |
| OKLCH | oklch(0.708 0.237 318.4) |
Copy-ready code
/* CSS */
color: #dc63fd;
background-color: #dc63fd;
/* Tailwind (arbitrary) */
class="text-[#dc63fd] bg-[#dc63fd]"
/* SCSS */
$brand: #dc63fd;
/* SwiftUI */
Color(red: 0.863, green: 0.388, blue: 0.992)
/* Android */
Color.parseColor("#dc63fd")Accessibility — WCAG contrast
Aa
#dc63fd on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc63fd on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green38.8%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta60.9%
Yellow0.0%
Key (black)0.8%
Color previews
#dc63fd text on a black background
contrast 7.25:1
Card sample
#dc63fd text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc63fd;
Background color
Panel with #dc63fd background
background-color: #dc63fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc63fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 99, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 99, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc63fd; background: linear-gradient(135deg, #dc63fd, #FD63B7);