#dc8df3
a light, electric violet · warm · closest name: violet
RGB
220, 141, 243
HSL
287°, 81%, 75%
CMYK
10, 42, 0, 5
Luminance
0.4074
Every format
| HEX | #dc8df3 |
| RGB | rgb(220, 141, 243) |
| HSL | hsl(287, 81%, 75%) |
| CMYK | cmyk(10%, 42%, 0%, 5%) |
| LAB | lab(70.0 46.5 -39.3) |
| LCH | lch(70.0 60.9 319.9) |
| OKLCH | oklch(0.760 0.163 318.4) |
Copy-ready code
/* CSS */
color: #dc8df3;
background-color: #dc8df3;
/* Tailwind (arbitrary) */
class="text-[#dc8df3] bg-[#dc8df3]"
/* SCSS */
$brand: #dc8df3;
/* SwiftUI */
Color(red: 0.863, green: 0.553, blue: 0.953)
/* Android */
Color.parseColor("#dc8df3")Accessibility — WCAG contrast
Aa
#dc8df3 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc8df3 on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green55.3%
Blue95.3%
CMYK percentages
Cyan9.5%
Magenta42.0%
Yellow0.0%
Key (black)4.7%
Color previews
#dc8df3 text on a black background
contrast 9.15:1
Card sample
#dc8df3 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc8df3;
Background color
Panel with #dc8df3 background
background-color: #dc8df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc8df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 141, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 141, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc8df3; background: linear-gradient(135deg, #dc8df3, #F38DC6);