#dcb5eb
a light, vivid violet · warm · closest name: plum
RGB
220, 181, 235
HSL
283°, 57%, 82%
CMYK
6, 23, 0, 8
Luminance
0.5426
Every format
| HEX | #dcb5eb |
| RGB | rgb(220, 181, 235) |
| HSL | hsl(283, 57%, 82%) |
| CMYK | cmyk(6%, 23%, 0%, 8%) |
| LAB | lab(78.6 23.5 -21.6) |
| LCH | lch(78.6 32.0 317.4) |
| OKLCH | oklch(0.825 0.085 316.5) |
Copy-ready code
/* CSS */
color: #dcb5eb;
background-color: #dcb5eb;
/* Tailwind (arbitrary) */
class="text-[#dcb5eb] bg-[#dcb5eb]"
/* SCSS */
$brand: #dcb5eb;
/* SwiftUI */
Color(red: 0.863, green: 0.710, blue: 0.922)
/* Android */
Color.parseColor("#dcb5eb")Accessibility — WCAG contrast
Aa
#dcb5eb on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcb5eb on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green71.0%
Blue92.2%
CMYK percentages
Cyan6.4%
Magenta23.0%
Yellow0.0%
Key (black)7.8%
Color previews
#dcb5eb text on a black background
contrast 11.85:1
Card sample
#dcb5eb text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcb5eb;
Background color
Panel with #dcb5eb background
background-color: #dcb5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcb5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 181, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 181, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcb5eb; background: linear-gradient(135deg, #dcb5eb, #EBB5D6);