#dfb8fe
a pale, electric violet · warm · closest name: plum
RGB
223, 184, 254
HSL
273°, 97%, 86%
CMYK
12, 28, 0, 0
Luminance
0.5712
Every format
| HEX | #dfb8fe |
| RGB | rgb(223, 184, 254) |
| HSL | hsl(273, 97%, 86%) |
| CMYK | cmyk(12%, 28%, 0%, 0%) |
| LAB | lab(80.3 26.7 -29.3) |
| LCH | lch(80.3 39.6 312.3) |
| OKLCH | oklch(0.840 0.104 309.6) |
Copy-ready code
/* CSS */
color: #dfb8fe;
background-color: #dfb8fe;
/* Tailwind (arbitrary) */
class="text-[#dfb8fe] bg-[#dfb8fe]"
/* SCSS */
$brand: #dfb8fe;
/* SwiftUI */
Color(red: 0.875, green: 0.722, blue: 0.996)
/* Android */
Color.parseColor("#dfb8fe")Accessibility — WCAG contrast
Aa
#dfb8fe on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb8fe on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.2%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta27.6%
Yellow0.0%
Key (black)0.4%
Color previews
#dfb8fe text on a black background
contrast 12.42:1
Card sample
#dfb8fe text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb8fe;
Background color
Panel with #dfb8fe background
background-color: #dfb8fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb8fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 184, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 184, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb8fe; background: linear-gradient(135deg, #dfb8fe, #FEB8EE);