#dfcaf7
a pale, vivid violet · warm · closest name: lavender
RGB
223, 202, 247
HSL
268°, 74%, 88%
CMYK
10, 18, 0, 3
Luminance
0.6464
Every format
| HEX | #dfcaf7 |
| RGB | rgb(223, 202, 247) |
| HSL | hsl(268, 74%, 88%) |
| CMYK | cmyk(10%, 18%, 0%, 3%) |
| LAB | lab(84.3 15.6 -19.4) |
| LCH | lch(84.3 24.9 308.8) |
| OKLCH | oklch(0.871 0.065 306.2) |
Copy-ready code
/* CSS */
color: #dfcaf7;
background-color: #dfcaf7;
/* Tailwind (arbitrary) */
class="text-[#dfcaf7] bg-[#dfcaf7]"
/* SCSS */
$brand: #dfcaf7;
/* SwiftUI */
Color(red: 0.875, green: 0.792, blue: 0.969)
/* Android */
Color.parseColor("#dfcaf7")Accessibility — WCAG contrast
Aa
#dfcaf7 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcaf7 on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.2%
Blue96.9%
CMYK percentages
Cyan9.7%
Magenta18.2%
Yellow0.0%
Key (black)3.1%
Color previews
#dfcaf7 text on a black background
contrast 13.93:1
Card sample
#dfcaf7 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcaf7;
Background color
Panel with #dfcaf7 background
background-color: #dfcaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 202, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 202, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcaf7; background: linear-gradient(135deg, #dfcaf7, #F7CAF1);