#dcc1eb
a light, vivid violet · warm · closest name: plum
RGB
220, 193, 235
HSL
279°, 51%, 84%
CMYK
6, 18, 0, 8
Luminance
0.5935
Every format
| HEX | #dcc1eb |
| RGB | rgb(220, 193, 235) |
| HSL | hsl(279, 51%, 84%) |
| CMYK | cmyk(6%, 18%, 0%, 8%) |
| LAB | lab(81.5 17.1 -17.3) |
| LCH | lch(81.5 24.3 314.6) |
| OKLCH | oklch(0.847 0.064 313.5) |
Copy-ready code
/* CSS */
color: #dcc1eb;
background-color: #dcc1eb;
/* Tailwind (arbitrary) */
class="text-[#dcc1eb] bg-[#dcc1eb]"
/* SCSS */
$brand: #dcc1eb;
/* SwiftUI */
Color(red: 0.863, green: 0.757, blue: 0.922)
/* Android */
Color.parseColor("#dcc1eb")Accessibility — WCAG contrast
Aa
#dcc1eb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc1eb on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green75.7%
Blue92.2%
CMYK percentages
Cyan6.4%
Magenta17.9%
Yellow0.0%
Key (black)7.8%
Color previews
#dcc1eb text on a black background
contrast 12.87:1
Card sample
#dcc1eb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc1eb;
Background color
Panel with #dcc1eb background
background-color: #dcc1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 193, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 193, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc1eb; background: linear-gradient(135deg, #dcc1eb, #EBC1DE);