#dfcaf4
a pale, vivid violet · warm · closest name: lavender
RGB
223, 202, 244
HSL
270°, 66%, 88%
CMYK
9, 17, 0, 4
Luminance
0.6446
Every format
| HEX | #dfcaf4 |
| RGB | rgb(223, 202, 244) |
| HSL | hsl(270, 66%, 88%) |
| CMYK | cmyk(9%, 17%, 0%, 4%) |
| LAB | lab(84.2 15.0 -18.0) |
| LCH | lch(84.2 23.4 309.9) |
| OKLCH | oklch(0.870 0.061 307.7) |
Copy-ready code
/* CSS */
color: #dfcaf4;
background-color: #dfcaf4;
/* Tailwind (arbitrary) */
class="text-[#dfcaf4] bg-[#dfcaf4]"
/* SCSS */
$brand: #dfcaf4;
/* SwiftUI */
Color(red: 0.875, green: 0.792, blue: 0.957)
/* Android */
Color.parseColor("#dfcaf4")Accessibility — WCAG contrast
Aa
#dfcaf4 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcaf4 on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.2%
Blue95.7%
CMYK percentages
Cyan8.6%
Magenta17.2%
Yellow0.0%
Key (black)4.3%
Color previews
#dfcaf4 text on a black background
contrast 13.89:1
Card sample
#dfcaf4 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcaf4;
Background color
Panel with #dfcaf4 background
background-color: #dfcaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 202, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 202, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcaf4; background: linear-gradient(135deg, #dfcaf4, #F4CAED);