#dc9df4
a light, electric violet · warm · closest name: plum
RGB
220, 157, 244
HSL
283°, 80%, 79%
CMYK
10, 36, 0, 4
Luminance
0.4586
Every format
| HEX | #dc9df4 |
| RGB | rgb(220, 157, 244) |
| HSL | hsl(283, 80%, 79%) |
| CMYK | cmyk(10%, 36%, 0%, 4%) |
| LAB | lab(73.5 38.3 -34.4) |
| LCH | lch(73.5 51.5 318.0) |
| OKLCH | oklch(0.786 0.137 316.4) |
Copy-ready code
/* CSS */
color: #dc9df4;
background-color: #dc9df4;
/* Tailwind (arbitrary) */
class="text-[#dc9df4] bg-[#dc9df4]"
/* SCSS */
$brand: #dc9df4;
/* SwiftUI */
Color(red: 0.863, green: 0.616, blue: 0.957)
/* Android */
Color.parseColor("#dc9df4")Accessibility — WCAG contrast
Aa
#dc9df4 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc9df4 on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green61.6%
Blue95.7%
CMYK percentages
Cyan9.8%
Magenta35.7%
Yellow0.0%
Key (black)4.3%
Color previews
#dc9df4 text on a black background
contrast 10.17:1
Card sample
#dc9df4 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc9df4;
Background color
Panel with #dc9df4 background
background-color: #dc9df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc9df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 157, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 157, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc9df4; background: linear-gradient(135deg, #dc9df4, #F49DD2);