#dfaceb
a light, vivid violet · warm · closest name: plum
RGB
223, 172, 235
HSL
289°, 61%, 80%
CMYK
5, 27, 0, 8
Luminance
0.5119
Every format
| HEX | #dfaceb |
| RGB | rgb(223, 172, 235) |
| HSL | hsl(289, 61%, 80%) |
| CMYK | cmyk(5%, 27%, 0%, 8%) |
| LAB | lab(76.8 29.4 -24.4) |
| LCH | lch(76.8 38.2 320.3) |
| OKLCH | oklch(0.811 0.102 319.8) |
Copy-ready code
/* CSS */
color: #dfaceb;
background-color: #dfaceb;
/* Tailwind (arbitrary) */
class="text-[#dfaceb] bg-[#dfaceb]"
/* SCSS */
$brand: #dfaceb;
/* SwiftUI */
Color(red: 0.875, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#dfaceb")Accessibility — WCAG contrast
Aa
#dfaceb on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfaceb on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.5%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#dfaceb text on a black background
contrast 11.24:1
Card sample
#dfaceb text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfaceb;
Background color
Panel with #dfaceb background
background-color: #dfaceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfaceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfaceb; background: linear-gradient(135deg, #dfaceb, #EBACCD);