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