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