#dcc3f0
a pale, vivid violet · warm · closest name: plum
RGB
220, 195, 240
HSL
273°, 60%, 85%
CMYK
8, 19, 0, 6
Luminance
0.6054
Every format
| HEX | #dcc3f0 |
| RGB | rgb(220, 195, 240) |
| HSL | hsl(273, 60%, 85%) |
| CMYK | cmyk(8%, 19%, 0%, 6%) |
| LAB | lab(82.1 17.0 -19.0) |
| LCH | lch(82.1 25.5 311.8) |
| OKLCH | oklch(0.853 0.067 309.9) |
Copy-ready code
/* CSS */
color: #dcc3f0;
background-color: #dcc3f0;
/* Tailwind (arbitrary) */
class="text-[#dcc3f0] bg-[#dcc3f0]"
/* SCSS */
$brand: #dcc3f0;
/* SwiftUI */
Color(red: 0.863, green: 0.765, blue: 0.941)
/* Android */
Color.parseColor("#dcc3f0")Accessibility — WCAG contrast
Aa
#dcc3f0 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc3f0 on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green76.5%
Blue94.1%
CMYK percentages
Cyan8.3%
Magenta18.8%
Yellow0.0%
Key (black)5.9%
Color previews
#dcc3f0 text on a black background
contrast 13.11:1
Card sample
#dcc3f0 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc3f0;
Background color
Panel with #dcc3f0 background
background-color: #dcc3f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc3f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 195, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 195, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc3f0; background: linear-gradient(135deg, #dcc3f0, #F0C3E6);