#dfcaf3
a pale, vivid violet · warm · closest name: lavender
RGB
223, 202, 243
HSL
271°, 63%, 87%
CMYK
8, 17, 0, 5
Luminance
0.6440
Every format
| HEX | #dfcaf3 |
| RGB | rgb(223, 202, 243) |
| HSL | hsl(271, 63%, 87%) |
| CMYK | cmyk(8%, 17%, 0%, 5%) |
| LAB | lab(84.2 14.8 -17.5) |
| LCH | lch(84.2 22.9 310.3) |
| OKLCH | oklch(0.869 0.060 308.2) |
Copy-ready code
/* CSS */
color: #dfcaf3;
background-color: #dfcaf3;
/* Tailwind (arbitrary) */
class="text-[#dfcaf3] bg-[#dfcaf3]"
/* SCSS */
$brand: #dfcaf3;
/* SwiftUI */
Color(red: 0.875, green: 0.792, blue: 0.953)
/* Android */
Color.parseColor("#dfcaf3")Accessibility — WCAG contrast
Aa
#dfcaf3 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcaf3 on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.2%
Blue95.3%
CMYK percentages
Cyan8.2%
Magenta16.9%
Yellow0.0%
Key (black)4.7%
Color previews
#dfcaf3 text on a black background
contrast 13.88:1
Card sample
#dfcaf3 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcaf3;
Background color
Panel with #dfcaf3 background
background-color: #dfcaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 202, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 202, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcaf3; background: linear-gradient(135deg, #dfcaf3, #F3CAEC);