#dfbbfe
a pale, electric violet · warm · closest name: plum
RGB
223, 187, 254
HSL
272°, 97%, 87%
CMYK
12, 26, 0, 0
Luminance
0.5838
Every format
| HEX | #dfbbfe |
| RGB | rgb(223, 187, 254) |
| HSL | hsl(272, 97%, 87%) |
| CMYK | cmyk(12%, 26%, 0%, 0%) |
| LAB | lab(81.0 25.1 -28.2) |
| LCH | lch(81.0 37.8 311.6) |
| OKLCH | oklch(0.846 0.099 308.8) |
Copy-ready code
/* CSS */
color: #dfbbfe;
background-color: #dfbbfe;
/* Tailwind (arbitrary) */
class="text-[#dfbbfe] bg-[#dfbbfe]"
/* SCSS */
$brand: #dfbbfe;
/* SwiftUI */
Color(red: 0.875, green: 0.733, blue: 0.996)
/* Android */
Color.parseColor("#dfbbfe")Accessibility — WCAG contrast
Aa
#dfbbfe on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbbfe on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.3%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta26.4%
Yellow0.0%
Key (black)0.4%
Color previews
#dfbbfe text on a black background
contrast 12.68:1
Card sample
#dfbbfe text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbbfe;
Background color
Panel with #dfbbfe background
background-color: #dfbbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 187, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 187, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbbfe; background: linear-gradient(135deg, #dfbbfe, #FEBBF0);