#dfbbeb
a light, vivid violet · warm · closest name: plum
RGB
223, 187, 235
HSL
285°, 55%, 83%
CMYK
5, 20, 0, 8
Luminance
0.5723
Every format
| HEX | #dfbbeb |
| RGB | rgb(223, 187, 235) |
| HSL | hsl(285, 55%, 83%) |
| CMYK | cmyk(5%, 20%, 0%, 8%) |
| LAB | lab(80.3 21.3 -19.0) |
| LCH | lch(80.3 28.6 318.2) |
| OKLCH | oklch(0.839 0.076 317.6) |
Copy-ready code
/* CSS */
color: #dfbbeb;
background-color: #dfbbeb;
/* Tailwind (arbitrary) */
class="text-[#dfbbeb] bg-[#dfbbeb]"
/* SCSS */
$brand: #dfbbeb;
/* SwiftUI */
Color(red: 0.875, green: 0.733, blue: 0.922)
/* Android */
Color.parseColor("#dfbbeb")Accessibility — WCAG contrast
Aa
#dfbbeb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbbeb on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.3%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta20.4%
Yellow0.0%
Key (black)7.8%
Color previews
#dfbbeb text on a black background
contrast 12.45:1
Card sample
#dfbbeb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbbeb;
Background color
Panel with #dfbbeb background
background-color: #dfbbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 187, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 187, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbbeb; background: linear-gradient(135deg, #dfbbeb, #EBBBD7);