#dfcdfd
a pale, electric violet · warm · closest name: lavender
RGB
223, 205, 253
HSL
263°, 92%, 90%
CMYK
12, 19, 0, 1
Luminance
0.6644
Every format
| HEX | #dfcdfd |
| RGB | rgb(223, 205, 253) |
| HSL | hsl(263, 92%, 90%) |
| CMYK | cmyk(12%, 19%, 0%, 1%) |
| LAB | lab(85.2 15.2 -21.2) |
| LCH | lch(85.2 26.1 305.7) |
| OKLCH | oklch(0.878 0.068 302.1) |
Copy-ready code
/* CSS */
color: #dfcdfd;
background-color: #dfcdfd;
/* Tailwind (arbitrary) */
class="text-[#dfcdfd] bg-[#dfcdfd]"
/* SCSS */
$brand: #dfcdfd;
/* SwiftUI */
Color(red: 0.875, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#dfcdfd")Accessibility — WCAG contrast
Aa
#dfcdfd on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcdfd on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.4%
Blue99.2%
CMYK percentages
Cyan11.9%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#dfcdfd text on a black background
contrast 14.29:1
Card sample
#dfcdfd text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcdfd;
Background color
Panel with #dfcdfd background
background-color: #dfcdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcdfd; background: linear-gradient(135deg, #dfcdfd, #FDCDFB);