#dc8ef1
a light, electric violet · warm · closest name: violet
RGB
220, 142, 241
HSL
287°, 78%, 75%
CMYK
9, 41, 0, 6
Luminance
0.4091
Every format
| HEX | #dc8ef1 |
| RGB | rgb(220, 142, 241) |
| HSL | hsl(287, 78%, 75%) |
| CMYK | cmyk(9%, 41%, 0%, 6%) |
| LAB | lab(70.1 45.6 -38.0) |
| LCH | lch(70.1 59.4 320.2) |
| OKLCH | oklch(0.761 0.159 318.9) |
Copy-ready code
/* CSS */
color: #dc8ef1;
background-color: #dc8ef1;
/* Tailwind (arbitrary) */
class="text-[#dc8ef1] bg-[#dc8ef1]"
/* SCSS */
$brand: #dc8ef1;
/* SwiftUI */
Color(red: 0.863, green: 0.557, blue: 0.945)
/* Android */
Color.parseColor("#dc8ef1")Accessibility — WCAG contrast
Aa
#dc8ef1 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc8ef1 on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green55.7%
Blue94.5%
CMYK percentages
Cyan8.7%
Magenta41.1%
Yellow0.0%
Key (black)5.5%
Color previews
#dc8ef1 text on a black background
contrast 9.18:1
Card sample
#dc8ef1 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc8ef1;
Background color
Panel with #dc8ef1 background
background-color: #dc8ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc8ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 142, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 142, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc8ef1; background: linear-gradient(135deg, #dc8ef1, #F18EC4);