#dc8cfd
a light, electric violet · warm · closest name: violet
RGB
220, 140, 253
HSL
283°, 97%, 77%
CMYK
13, 45, 0, 1
Luminance
0.4106
Every format
| HEX | #dc8cfd |
| RGB | rgb(220, 140, 253) |
| HSL | hsl(283, 97%, 77%) |
| CMYK | cmyk(13%, 45%, 0%, 1%) |
| LAB | lab(70.2 49.1 -44.4) |
| LCH | lch(70.2 66.1 317.9) |
| OKLCH | oklch(0.763 0.175 315.4) |
Copy-ready code
/* CSS */
color: #dc8cfd;
background-color: #dc8cfd;
/* Tailwind (arbitrary) */
class="text-[#dc8cfd] bg-[#dc8cfd]"
/* SCSS */
$brand: #dc8cfd;
/* SwiftUI */
Color(red: 0.863, green: 0.549, blue: 0.992)
/* Android */
Color.parseColor("#dc8cfd")Accessibility — WCAG contrast
Aa
#dc8cfd on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc8cfd on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green54.9%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta44.7%
Yellow0.0%
Key (black)0.8%
Color previews
#dc8cfd text on a black background
contrast 9.21:1
Card sample
#dc8cfd text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc8cfd;
Background color
Panel with #dc8cfd background
background-color: #dc8cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc8cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 140, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 140, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc8cfd; background: linear-gradient(135deg, #dc8cfd, #FD8CD3);