#dfd3f9
a pale, electric violet · warm · closest name: lavender
RGB
223, 211, 249
HSL
259°, 76%, 90%
CMYK
10, 15, 0, 2
Luminance
0.6912
Every format
| HEX | #dfd3f9 |
| RGB | rgb(223, 211, 249) |
| HSL | hsl(259, 76%, 90%) |
| CMYK | cmyk(10%, 15%, 0%, 2%) |
| LAB | lab(86.6 11.2 -17.1) |
| LCH | lch(86.6 20.4 303.3) |
| OKLCH | oklch(0.888 0.053 299.7) |
Copy-ready code
/* CSS */
color: #dfd3f9;
background-color: #dfd3f9;
/* Tailwind (arbitrary) */
class="text-[#dfd3f9] bg-[#dfd3f9]"
/* SCSS */
$brand: #dfd3f9;
/* SwiftUI */
Color(red: 0.875, green: 0.827, blue: 0.976)
/* Android */
Color.parseColor("#dfd3f9")Accessibility — WCAG contrast
Aa
#dfd3f9 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd3f9 on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.7%
Blue97.6%
CMYK percentages
Cyan10.4%
Magenta15.3%
Yellow0.0%
Key (black)2.4%
Color previews
#dfd3f9 text on a black background
contrast 14.82:1
Card sample
#dfd3f9 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd3f9;
Background color
Panel with #dfd3f9 background
background-color: #dfd3f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd3f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 211, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 211, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd3f9; background: linear-gradient(135deg, #dfd3f9, #F8D3F9);