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