#dfabfe
a light, electric violet · warm · closest name: plum
RGB
223, 171, 254
HSL
278°, 98%, 83%
CMYK
12, 33, 0, 0
Luminance
0.5197
Every format
| HEX | #dfabfe |
| RGB | rgb(223, 171, 254) |
| HSL | hsl(278, 98%, 83%) |
| CMYK | cmyk(12%, 33%, 0%, 0%) |
| LAB | lab(77.3 33.7 -33.9) |
| LCH | lch(77.3 47.8 314.8) |
| OKLCH | oklch(0.817 0.126 312.3) |
Copy-ready code
/* CSS */
color: #dfabfe;
background-color: #dfabfe;
/* Tailwind (arbitrary) */
class="text-[#dfabfe] bg-[#dfabfe]"
/* SCSS */
$brand: #dfabfe;
/* SwiftUI */
Color(red: 0.875, green: 0.671, blue: 0.996)
/* Android */
Color.parseColor("#dfabfe")Accessibility — WCAG contrast
Aa
#dfabfe on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfabfe on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.1%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta32.7%
Yellow0.0%
Key (black)0.4%
Color previews
#dfabfe text on a black background
contrast 11.39:1
Card sample
#dfabfe text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfabfe;
Background color
Panel with #dfabfe background
background-color: #dfabfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfabfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 171, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 171, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfabfe; background: linear-gradient(135deg, #dfabfe, #FEABE6);