#dcb8eb
a light, vivid violet · warm · closest name: plum
RGB
220, 184, 235
HSL
282°, 56%, 82%
CMYK
6, 22, 0, 8
Luminance
0.5549
Every format
| HEX | #dcb8eb |
| RGB | rgb(220, 184, 235) |
| HSL | hsl(282, 56%, 82%) |
| CMYK | cmyk(6%, 22%, 0%, 8%) |
| LAB | lab(79.3 21.9 -20.6) |
| LCH | lch(79.3 30.1 316.8) |
| OKLCH | oklch(0.830 0.080 315.9) |
Copy-ready code
/* CSS */
color: #dcb8eb;
background-color: #dcb8eb;
/* Tailwind (arbitrary) */
class="text-[#dcb8eb] bg-[#dcb8eb]"
/* SCSS */
$brand: #dcb8eb;
/* SwiftUI */
Color(red: 0.863, green: 0.722, blue: 0.922)
/* Android */
Color.parseColor("#dcb8eb")Accessibility — WCAG contrast
Aa
#dcb8eb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcb8eb on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green72.2%
Blue92.2%
CMYK percentages
Cyan6.4%
Magenta21.7%
Yellow0.0%
Key (black)7.8%
Color previews
#dcb8eb text on a black background
contrast 12.10:1
Card sample
#dcb8eb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcb8eb;
Background color
Panel with #dcb8eb background
background-color: #dcb8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcb8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 184, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 184, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcb8eb; background: linear-gradient(135deg, #dcb8eb, #EBB8D8);