#dfbaee
a light, vivid violet · warm · closest name: plum
RGB
223, 186, 238
HSL
283°, 61%, 83%
CMYK
6, 22, 0, 7
Luminance
0.5698
Every format
| HEX | #dfbaee |
| RGB | rgb(223, 186, 238) |
| HSL | hsl(283, 61%, 83%) |
| CMYK | cmyk(6%, 22%, 0%, 7%) |
| LAB | lab(80.2 22.4 -20.9) |
| LCH | lch(80.2 30.6 317.0) |
| OKLCH | oklch(0.838 0.081 316.1) |
Copy-ready code
/* CSS */
color: #dfbaee;
background-color: #dfbaee;
/* Tailwind (arbitrary) */
class="text-[#dfbaee] bg-[#dfbaee]"
/* SCSS */
$brand: #dfbaee;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.933)
/* Android */
Color.parseColor("#dfbaee")Accessibility — WCAG contrast
Aa
#dfbaee on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbaee on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta21.8%
Yellow0.0%
Key (black)6.7%
Color previews
#dfbaee text on a black background
contrast 12.40:1
Card sample
#dfbaee text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbaee;
Background color
Panel with #dfbaee background
background-color: #dfbaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbaee; background: linear-gradient(135deg, #dfbaee, #EEBADA);