#dfccfb
a pale, electric violet · warm · closest name: lavender
RGB
223, 204, 251
HSL
264°, 86%, 89%
CMYK
11, 19, 0, 2
Luminance
0.6584
Every format
| HEX | #dfccfb |
| RGB | rgb(223, 204, 251) |
| HSL | hsl(264, 86%, 89%) |
| CMYK | cmyk(11%, 19%, 0%, 2%) |
| LAB | lab(84.9 15.3 -20.6) |
| LCH | lch(84.9 25.7 306.7) |
| OKLCH | oklch(0.876 0.067 303.4) |
Copy-ready code
/* CSS */
color: #dfccfb;
background-color: #dfccfb;
/* Tailwind (arbitrary) */
class="text-[#dfccfb] bg-[#dfccfb]"
/* SCSS */
$brand: #dfccfb;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.984)
/* Android */
Color.parseColor("#dfccfb")Accessibility — WCAG contrast
Aa
#dfccfb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfccfb on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue98.4%
CMYK percentages
Cyan11.2%
Magenta18.7%
Yellow0.0%
Key (black)1.6%
Color previews
#dfccfb text on a black background
contrast 14.17:1
Card sample
#dfccfb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfccfb;
Background color
Panel with #dfccfb background
background-color: #dfccfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfccfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfccfb; background: linear-gradient(135deg, #dfccfb, #FBCCF8);