#dfd1fe
a pale, electric violet · warm · closest name: lavender
RGB
223, 209, 254
HSL
259°, 96%, 91%
CMYK
12, 18, 0, 0
Luminance
0.6844
Every format
| HEX | #dfd1fe |
| RGB | rgb(223, 209, 254) |
| HSL | hsl(259, 96%, 91%) |
| CMYK | cmyk(12%, 18%, 0%, 0%) |
| LAB | lab(86.2 13.3 -20.2) |
| LCH | lch(86.2 24.2 303.3) |
| OKLCH | oklch(0.886 0.063 299.3) |
Copy-ready code
/* CSS */
color: #dfd1fe;
background-color: #dfd1fe;
/* Tailwind (arbitrary) */
class="text-[#dfd1fe] bg-[#dfd1fe]"
/* SCSS */
$brand: #dfd1fe;
/* SwiftUI */
Color(red: 0.875, green: 0.820, blue: 0.996)
/* Android */
Color.parseColor("#dfd1fe")Accessibility — WCAG contrast
Aa
#dfd1fe on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd1fe on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.0%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta17.7%
Yellow0.0%
Key (black)0.4%
Color previews
#dfd1fe text on a black background
contrast 14.69:1
Card sample
#dfd1fe text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd1fe;
Background color
Panel with #dfd1fe background
background-color: #dfd1fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd1fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 209, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 209, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd1fe; background: linear-gradient(135deg, #dfd1fe, #FDD1FE);