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