#dfabef
a light, vivid violet · warm · closest name: plum
RGB
223, 171, 239
HSL
286°, 68%, 80%
CMYK
7, 29, 0, 6
Luminance
0.5105
Every format
| HEX | #dfabef |
| RGB | rgb(223, 171, 239) |
| HSL | hsl(286, 68%, 80%) |
| CMYK | cmyk(7%, 29%, 0%, 6%) |
| LAB | lab(76.7 30.7 -26.7) |
| LCH | lch(76.7 40.6 319.0) |
| OKLCH | oklch(0.811 0.109 318.1) |
Copy-ready code
/* CSS */
color: #dfabef;
background-color: #dfabef;
/* Tailwind (arbitrary) */
class="text-[#dfabef] bg-[#dfabef]"
/* SCSS */
$brand: #dfabef;
/* SwiftUI */
Color(red: 0.875, green: 0.671, blue: 0.937)
/* Android */
Color.parseColor("#dfabef")Accessibility — WCAG contrast
Aa
#dfabef on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfabef on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.1%
Blue93.7%
CMYK percentages
Cyan6.7%
Magenta28.5%
Yellow0.0%
Key (black)6.3%
Color previews
#dfabef text on a black background
contrast 11.21:1
Card sample
#dfabef text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfabef;
Background color
Panel with #dfabef background
background-color: #dfabef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfabef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 171, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 171, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfabef; background: linear-gradient(135deg, #dfabef, #EFABD2);