#dfd8f4
a pale, vivid violet · warm · closest name: lavender
RGB
223, 216, 244
HSL
255°, 56%, 90%
CMYK
9, 12, 0, 4
Luminance
0.7133
Every format
| HEX | #dfd8f4 |
| RGB | rgb(223, 216, 244) |
| HSL | hsl(255, 56%, 90%) |
| CMYK | cmyk(9%, 12%, 0%, 4%) |
| LAB | lab(87.7 7.6 -12.8) |
| LCH | lch(87.7 14.9 300.7) |
| OKLCH | oklch(0.896 0.039 297.1) |
Copy-ready code
/* CSS */
color: #dfd8f4;
background-color: #dfd8f4;
/* Tailwind (arbitrary) */
class="text-[#dfd8f4] bg-[#dfd8f4]"
/* SCSS */
$brand: #dfd8f4;
/* SwiftUI */
Color(red: 0.875, green: 0.847, blue: 0.957)
/* Android */
Color.parseColor("#dfd8f4")Accessibility — WCAG contrast
Aa
#dfd8f4 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd8f4 on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green84.7%
Blue95.7%
CMYK percentages
Cyan8.6%
Magenta11.5%
Yellow0.0%
Key (black)4.3%
Color previews
#dfd8f4 text on a black background
contrast 15.27:1
Card sample
#dfd8f4 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd8f4;
Background color
Panel with #dfd8f4 background
background-color: #dfd8f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd8f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 216, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 216, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd8f4; background: linear-gradient(135deg, #dfd8f4, #F2D8F4);