#dc83fd
a light, electric violet · warm · closest name: violet
RGB
220, 131, 253
HSL
284°, 97%, 75%
CMYK
13, 48, 0, 1
Luminance
0.3854
Every format
| HEX | #dc83fd |
| RGB | rgb(220, 131, 253) |
| HSL | hsl(284, 97%, 75%) |
| CMYK | cmyk(13%, 48%, 0%, 1%) |
| LAB | lab(68.4 53.7 -47.2) |
| LCH | lch(68.4 71.5 318.7) |
| OKLCH | oklch(0.750 0.190 316.3) |
Copy-ready code
/* CSS */
color: #dc83fd;
background-color: #dc83fd;
/* Tailwind (arbitrary) */
class="text-[#dc83fd] bg-[#dc83fd]"
/* SCSS */
$brand: #dc83fd;
/* SwiftUI */
Color(red: 0.863, green: 0.514, blue: 0.992)
/* Android */
Color.parseColor("#dc83fd")Accessibility — WCAG contrast
Aa
#dc83fd on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc83fd on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green51.4%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta48.2%
Yellow0.0%
Key (black)0.8%
Color previews
#dc83fd text on a black background
contrast 8.71:1
Card sample
#dc83fd text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc83fd;
Background color
Panel with #dc83fd background
background-color: #dc83fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc83fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 131, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 131, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc83fd; background: linear-gradient(135deg, #dc83fd, #FD83CD);