#dfd4f8
a pale, vivid violet · warm · closest name: lavender
RGB
223, 212, 248
HSL
258°, 72%, 90%
CMYK
10, 15, 0, 3
Luminance
0.6955
Every format
| HEX | #dfd4f8 |
| RGB | rgb(223, 212, 248) |
| HSL | hsl(258, 72%, 90%) |
| CMYK | cmyk(10%, 15%, 0%, 3%) |
| LAB | lab(86.8 10.5 -16.2) |
| LCH | lch(86.8 19.3 302.9) |
| OKLCH | oklch(0.890 0.050 299.3) |
Copy-ready code
/* CSS */
color: #dfd4f8;
background-color: #dfd4f8;
/* Tailwind (arbitrary) */
class="text-[#dfd4f8] bg-[#dfd4f8]"
/* SCSS */
$brand: #dfd4f8;
/* SwiftUI */
Color(red: 0.875, green: 0.831, blue: 0.973)
/* Android */
Color.parseColor("#dfd4f8")Accessibility — WCAG contrast
Aa
#dfd4f8 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd4f8 on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green83.1%
Blue97.3%
CMYK percentages
Cyan10.1%
Magenta14.5%
Yellow0.0%
Key (black)2.7%
Color previews
#dfd4f8 text on a black background
contrast 14.91:1
Card sample
#dfd4f8 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd4f8;
Background color
Panel with #dfd4f8 background
background-color: #dfd4f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd4f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 212, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 212, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd4f8; background: linear-gradient(135deg, #dfd4f8, #F7D4F8);