#dfcaf8
a pale, electric violet · warm · closest name: lavender
RGB
223, 202, 248
HSL
267°, 77%, 88%
CMYK
10, 19, 0, 3
Luminance
0.6471
Every format
| HEX | #dfcaf8 |
| RGB | rgb(223, 202, 248) |
| HSL | hsl(267, 77%, 88%) |
| CMYK | cmyk(10%, 19%, 0%, 3%) |
| LAB | lab(84.3 15.8 -19.9) |
| LCH | lch(84.3 25.4 308.4) |
| OKLCH | oklch(0.871 0.066 305.7) |
Copy-ready code
/* CSS */
color: #dfcaf8;
background-color: #dfcaf8;
/* Tailwind (arbitrary) */
class="text-[#dfcaf8] bg-[#dfcaf8]"
/* SCSS */
$brand: #dfcaf8;
/* SwiftUI */
Color(red: 0.875, green: 0.792, blue: 0.973)
/* Android */
Color.parseColor("#dfcaf8")Accessibility — WCAG contrast
Aa
#dfcaf8 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcaf8 on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.2%
Blue97.3%
CMYK percentages
Cyan10.1%
Magenta18.5%
Yellow0.0%
Key (black)2.7%
Color previews
#dfcaf8 text on a black background
contrast 13.94:1
Card sample
#dfcaf8 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcaf8;
Background color
Panel with #dfcaf8 background
background-color: #dfcaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 202, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 202, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcaf8; background: linear-gradient(135deg, #dfcaf8, #F8CAF2);