#dcb0eb
a light, vivid violet · warm · closest name: plum
RGB
220, 176, 235
HSL
285°, 60%, 81%
CMYK
6, 25, 0, 8
Luminance
0.5226
Every format
| HEX | #dcb0eb |
| RGB | rgb(220, 176, 235) |
| HSL | hsl(285, 60%, 81%) |
| CMYK | cmyk(6%, 25%, 0%, 8%) |
| LAB | lab(77.4 26.2 -23.4) |
| LCH | lch(77.4 35.2 318.3) |
| OKLCH | oklch(0.816 0.094 317.4) |
Copy-ready code
/* CSS */
color: #dcb0eb;
background-color: #dcb0eb;
/* Tailwind (arbitrary) */
class="text-[#dcb0eb] bg-[#dcb0eb]"
/* SCSS */
$brand: #dcb0eb;
/* SwiftUI */
Color(red: 0.863, green: 0.690, blue: 0.922)
/* Android */
Color.parseColor("#dcb0eb")Accessibility — WCAG contrast
Aa
#dcb0eb on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcb0eb on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green69.0%
Blue92.2%
CMYK percentages
Cyan6.4%
Magenta25.1%
Yellow0.0%
Key (black)7.8%
Color previews
#dcb0eb text on a black background
contrast 11.45:1
Card sample
#dcb0eb text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcb0eb;
Background color
Panel with #dcb0eb background
background-color: #dcb0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcb0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 176, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 176, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcb0eb; background: linear-gradient(135deg, #dcb0eb, #EBB0D3);