#dfbaec
a light, vivid violet · warm · closest name: plum
RGB
223, 186, 236
HSL
284°, 57%, 83%
CMYK
6, 21, 0, 8
Luminance
0.5686
Every format
| HEX | #dfbaec |
| RGB | rgb(223, 186, 236) |
| HSL | hsl(284, 57%, 83%) |
| CMYK | cmyk(6%, 21%, 0%, 8%) |
| LAB | lab(80.1 22.0 -19.9) |
| LCH | lch(80.1 29.7 317.9) |
| OKLCH | oklch(0.837 0.079 317.2) |
Copy-ready code
/* CSS */
color: #dfbaec;
background-color: #dfbaec;
/* Tailwind (arbitrary) */
class="text-[#dfbaec] bg-[#dfbaec]"
/* SCSS */
$brand: #dfbaec;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.925)
/* Android */
Color.parseColor("#dfbaec")Accessibility — WCAG contrast
Aa
#dfbaec on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbaec on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue92.5%
CMYK percentages
Cyan5.5%
Magenta21.2%
Yellow0.0%
Key (black)7.5%
Color previews
#dfbaec text on a black background
contrast 12.37:1
Card sample
#dfbaec text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbaec;
Background color
Panel with #dfbaec background
background-color: #dfbaec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbaec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbaec; background: linear-gradient(135deg, #dfbaec, #ECBAD8);