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