#dfd3fb
a pale, electric violet · warm · closest name: lavender
RGB
223, 211, 251
HSL
258°, 83%, 91%
CMYK
11, 16, 0, 2
Luminance
0.6924
Every format
| HEX | #dfd3fb |
| RGB | rgb(223, 211, 251) |
| HSL | hsl(258, 83%, 91%) |
| CMYK | cmyk(11%, 16%, 0%, 2%) |
| LAB | lab(86.6 11.6 -18.0) |
| LCH | lch(86.6 21.4 302.8) |
| OKLCH | oklch(0.889 0.056 299.0) |
Copy-ready code
/* CSS */
color: #dfd3fb;
background-color: #dfd3fb;
/* Tailwind (arbitrary) */
class="text-[#dfd3fb] bg-[#dfd3fb]"
/* SCSS */
$brand: #dfd3fb;
/* SwiftUI */
Color(red: 0.875, green: 0.827, blue: 0.984)
/* Android */
Color.parseColor("#dfd3fb")Accessibility — WCAG contrast
Aa
#dfd3fb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd3fb on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.7%
Blue98.4%
CMYK percentages
Cyan11.2%
Magenta15.9%
Yellow0.0%
Key (black)1.6%
Color previews
#dfd3fb text on a black background
contrast 14.85:1
Card sample
#dfd3fb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd3fb;
Background color
Panel with #dfd3fb background
background-color: #dfd3fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd3fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 211, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 211, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd3fb; background: linear-gradient(135deg, #dfd3fb, #FAD3FB);