#dc96fd
a light, electric violet · warm · closest name: violet
RGB
220, 150, 253
HSL
281°, 96%, 79%
CMYK
13, 41, 0, 1
Luminance
0.4412
Every format
| HEX | #dc96fd |
| RGB | rgb(220, 150, 253) |
| HSL | hsl(281, 96%, 79%) |
| CMYK | cmyk(13%, 41%, 0%, 1%) |
| LAB | lab(72.3 43.8 -41.1) |
| LCH | lch(72.3 60.1 316.8) |
| OKLCH | oklch(0.779 0.159 314.3) |
Copy-ready code
/* CSS */
color: #dc96fd;
background-color: #dc96fd;
/* Tailwind (arbitrary) */
class="text-[#dc96fd] bg-[#dc96fd]"
/* SCSS */
$brand: #dc96fd;
/* SwiftUI */
Color(red: 0.863, green: 0.588, blue: 0.992)
/* Android */
Color.parseColor("#dc96fd")Accessibility — WCAG contrast
Aa
#dc96fd on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc96fd on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green58.8%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta40.7%
Yellow0.0%
Key (black)0.8%
Color previews
#dc96fd text on a black background
contrast 9.82:1
Card sample
#dc96fd text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc96fd;
Background color
Panel with #dc96fd background
background-color: #dc96fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc96fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 150, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 150, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc96fd; background: linear-gradient(135deg, #dc96fd, #FD96D9);