#dcbceb
a light, vivid violet · warm · closest name: plum
RGB
220, 188, 235
HSL
281°, 54%, 83%
CMYK
6, 20, 0, 8
Luminance
0.5718
Every format
| HEX | #dcbceb |
| RGB | rgb(220, 188, 235) |
| HSL | hsl(281, 54%, 83%) |
| CMYK | cmyk(6%, 20%, 0%, 8%) |
| LAB | lab(80.3 19.8 -19.1) |
| LCH | lch(80.3 27.5 316.0) |
| OKLCH | oklch(0.838 0.073 315.0) |
Copy-ready code
/* CSS */
color: #dcbceb;
background-color: #dcbceb;
/* Tailwind (arbitrary) */
class="text-[#dcbceb] bg-[#dcbceb]"
/* SCSS */
$brand: #dcbceb;
/* SwiftUI */
Color(red: 0.863, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#dcbceb")Accessibility — WCAG contrast
Aa
#dcbceb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcbceb on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green73.7%
Blue92.2%
CMYK percentages
Cyan6.4%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#dcbceb text on a black background
contrast 12.44:1
Card sample
#dcbceb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcbceb;
Background color
Panel with #dcbceb background
background-color: #dcbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcbceb; background: linear-gradient(135deg, #dcbceb, #EBBCDB);