#dc7dfd
a light, electric violet · warm · closest name: violet
RGB
220, 125, 253
HSL
285°, 97%, 74%
CMYK
13, 51, 0, 1
Luminance
0.3697
Every format
| HEX | #dc7dfd |
| RGB | rgb(220, 125, 253) |
| HSL | hsl(285, 97%, 74%) |
| CMYK | cmyk(13%, 51%, 0%, 1%) |
| LAB | lab(67.3 56.7 -49.0) |
| LCH | lch(67.3 75.0 319.2) |
| OKLCH | oklch(0.741 0.199 316.8) |
Copy-ready code
/* CSS */
color: #dc7dfd;
background-color: #dc7dfd;
/* Tailwind (arbitrary) */
class="text-[#dc7dfd] bg-[#dc7dfd]"
/* SCSS */
$brand: #dc7dfd;
/* SwiftUI */
Color(red: 0.863, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#dc7dfd")Accessibility — WCAG contrast
Aa
#dc7dfd on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc7dfd on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green49.0%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#dc7dfd text on a black background
contrast 8.39:1
Card sample
#dc7dfd text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc7dfd;
Background color
Panel with #dc7dfd background
background-color: #dc7dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc7dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc7dfd; background: linear-gradient(135deg, #dc7dfd, #FD7DC9);