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