#dcbfee
a light, vivid violet · warm · closest name: plum
RGB
220, 191, 238
HSL
277°, 58%, 84%
CMYK
8, 20, 0, 7
Luminance
0.5865
Every format
| HEX | #dcbfee |
| RGB | rgb(220, 191, 238) |
| HSL | hsl(277, 58%, 84%) |
| CMYK | cmyk(8%, 20%, 0%, 7%) |
| LAB | lab(81.1 18.7 -19.5) |
| LCH | lch(81.1 27.0 313.9) |
| OKLCH | oklch(0.844 0.071 312.4) |
Copy-ready code
/* CSS */
color: #dcbfee;
background-color: #dcbfee;
/* Tailwind (arbitrary) */
class="text-[#dcbfee] bg-[#dcbfee]"
/* SCSS */
$brand: #dcbfee;
/* SwiftUI */
Color(red: 0.863, green: 0.749, blue: 0.933)
/* Android */
Color.parseColor("#dcbfee")Accessibility — WCAG contrast
Aa
#dcbfee on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcbfee on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green74.9%
Blue93.3%
CMYK percentages
Cyan7.6%
Magenta19.7%
Yellow0.0%
Key (black)6.7%
Color previews
#dcbfee text on a black background
contrast 12.73:1
Card sample
#dcbfee text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcbfee;
Background color
Panel with #dcbfee background
background-color: #dcbfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcbfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 191, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 191, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcbfee; background: linear-gradient(135deg, #dcbfee, #EEBFE1);