#dfcdfe
a pale, electric violet · warm · closest name: lavender
RGB
223, 205, 254
HSL
262°, 96%, 90%
CMYK
12, 19, 0, 0
Luminance
0.6651
Every format
| HEX | #dfcdfe |
| RGB | rgb(223, 205, 254) |
| HSL | hsl(262, 96%, 90%) |
| CMYK | cmyk(12%, 19%, 0%, 0%) |
| LAB | lab(85.3 15.4 -21.7) |
| LCH | lch(85.3 26.6 305.4) |
| OKLCH | oklch(0.879 0.069 301.8) |
Copy-ready code
/* CSS */
color: #dfcdfe;
background-color: #dfcdfe;
/* Tailwind (arbitrary) */
class="text-[#dfcdfe] bg-[#dfcdfe]"
/* SCSS */
$brand: #dfcdfe;
/* SwiftUI */
Color(red: 0.875, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#dfcdfe")Accessibility — WCAG contrast
Aa
#dfcdfe on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcdfe on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.4%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#dfcdfe text on a black background
contrast 14.30:1
Card sample
#dfcdfe text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcdfe;
Background color
Panel with #dfcdfe background
background-color: #dfcdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcdfe; background: linear-gradient(135deg, #dfcdfe, #FECDFC);