#dfacee
a light, vivid violet · warm · closest name: plum
RGB
223, 172, 238
HSL
286°, 66%, 80%
CMYK
6, 28, 0, 7
Luminance
0.5137
Every format
| HEX | #dfacee |
| RGB | rgb(223, 172, 238) |
| HSL | hsl(286, 66%, 80%) |
| CMYK | cmyk(6%, 28%, 0%, 7%) |
| LAB | lab(76.9 29.9 -25.8) |
| LCH | lch(76.9 39.5 319.2) |
| OKLCH | oklch(0.813 0.106 318.4) |
Copy-ready code
/* CSS */
color: #dfacee;
background-color: #dfacee;
/* Tailwind (arbitrary) */
class="text-[#dfacee] bg-[#dfacee]"
/* SCSS */
$brand: #dfacee;
/* SwiftUI */
Color(red: 0.875, green: 0.675, blue: 0.933)
/* Android */
Color.parseColor("#dfacee")Accessibility — WCAG contrast
Aa
#dfacee on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfacee on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.5%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta27.7%
Yellow0.0%
Key (black)6.7%
Color previews
#dfacee text on a black background
contrast 11.27:1
Card sample
#dfacee text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfacee;
Background color
Panel with #dfacee background
background-color: #dfacee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfacee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 172, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 172, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfacee; background: linear-gradient(135deg, #dfacee, #EEACD1);