#dcbeee
a light, vivid violet · warm · closest name: plum
RGB
220, 190, 238
HSL
278°, 59%, 84%
CMYK
8, 20, 0, 7
Luminance
0.5822
Every format
| HEX | #dcbeee |
| RGB | rgb(220, 190, 238) |
| HSL | hsl(278, 59%, 84%) |
| CMYK | cmyk(8%, 20%, 0%, 7%) |
| LAB | lab(80.9 19.3 -19.8) |
| LCH | lch(80.9 27.7 314.2) |
| OKLCH | oklch(0.842 0.073 312.7) |
Copy-ready code
/* CSS */
color: #dcbeee;
background-color: #dcbeee;
/* Tailwind (arbitrary) */
class="text-[#dcbeee] bg-[#dcbeee]"
/* SCSS */
$brand: #dcbeee;
/* SwiftUI */
Color(red: 0.863, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#dcbeee")Accessibility — WCAG contrast
Aa
#dcbeee on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcbeee on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green74.5%
Blue93.3%
CMYK percentages
Cyan7.6%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#dcbeee text on a black background
contrast 12.64:1
Card sample
#dcbeee text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcbeee;
Background color
Panel with #dcbeee background
background-color: #dcbeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcbeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcbeee; background: linear-gradient(135deg, #dcbeee, #EEBEE0);