#dc91fd
a light, electric violet · warm · closest name: violet
RGB
220, 145, 253
HSL
282°, 96%, 78%
CMYK
13, 43, 0, 1
Luminance
0.4256
Every format
| HEX | #dc91fd |
| RGB | rgb(220, 145, 253) |
| HSL | hsl(282, 96%, 78%) |
| CMYK | cmyk(13%, 43%, 0%, 1%) |
| LAB | lab(71.3 46.5 -42.7) |
| LCH | lch(71.3 63.1 317.4) |
| OKLCH | oklch(0.771 0.167 314.9) |
Copy-ready code
/* CSS */
color: #dc91fd;
background-color: #dc91fd;
/* Tailwind (arbitrary) */
class="text-[#dc91fd] bg-[#dc91fd]"
/* SCSS */
$brand: #dc91fd;
/* SwiftUI */
Color(red: 0.863, green: 0.569, blue: 0.992)
/* Android */
Color.parseColor("#dc91fd")Accessibility — WCAG contrast
Aa
#dc91fd on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc91fd on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green56.9%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta42.7%
Yellow0.0%
Key (black)0.8%
Color previews
#dc91fd text on a black background
contrast 9.51:1
Card sample
#dc91fd text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc91fd;
Background color
Panel with #dc91fd background
background-color: #dc91fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc91fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 145, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 145, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc91fd; background: linear-gradient(135deg, #dc91fd, #FD91D6);