#dfbcee
a light, vivid violet · warm · closest name: plum
RGB
223, 188, 238
HSL
282°, 60%, 84%
CMYK
6, 21, 0, 7
Luminance
0.5783
Every format
| HEX | #dfbcee |
| RGB | rgb(223, 188, 238) |
| HSL | hsl(282, 60%, 84%) |
| CMYK | cmyk(6%, 21%, 0%, 7%) |
| LAB | lab(80.6 21.3 -20.1) |
| LCH | lch(80.6 29.3 316.6) |
| OKLCH | oklch(0.841 0.078 315.7) |
Copy-ready code
/* CSS */
color: #dfbcee;
background-color: #dfbcee;
/* Tailwind (arbitrary) */
class="text-[#dfbcee] bg-[#dfbcee]"
/* SCSS */
$brand: #dfbcee;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.933)
/* Android */
Color.parseColor("#dfbcee")Accessibility — WCAG contrast
Aa
#dfbcee on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbcee on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta21.0%
Yellow0.0%
Key (black)6.7%
Color previews
#dfbcee text on a black background
contrast 12.57:1
Card sample
#dfbcee text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbcee;
Background color
Panel with #dfbcee background
background-color: #dfbcee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbcee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbcee; background: linear-gradient(135deg, #dfbcee, #EEBCDC);