#dfd7fb
a pale, electric blue · warm · closest name: lavender
RGB
223, 215, 251
HSL
253°, 82%, 91%
CMYK
11, 14, 0, 2
Luminance
0.7125
Every format
| HEX | #dfd7fb |
| RGB | rgb(223, 215, 251) |
| HSL | hsl(253, 82%, 91%) |
| CMYK | cmyk(11%, 14%, 0%, 2%) |
| LAB | lab(87.6 9.5 -16.6) |
| LCH | lch(87.6 19.1 299.9) |
| OKLCH | oklch(0.897 0.050 295.6) |
Copy-ready code
/* CSS */
color: #dfd7fb;
background-color: #dfd7fb;
/* Tailwind (arbitrary) */
class="text-[#dfd7fb] bg-[#dfd7fb]"
/* SCSS */
$brand: #dfd7fb;
/* SwiftUI */
Color(red: 0.875, green: 0.843, blue: 0.984)
/* Android */
Color.parseColor("#dfd7fb")Accessibility — WCAG contrast
Aa
#dfd7fb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd7fb on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green84.3%
Blue98.4%
CMYK percentages
Cyan11.2%
Magenta14.3%
Yellow0.0%
Key (black)1.6%
Color previews
#dfd7fb text on a black background
contrast 15.25:1
Card sample
#dfd7fb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd7fb;
Background color
Panel with #dfd7fb background
background-color: #dfd7fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd7fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 215, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 215, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd7fb; background: linear-gradient(135deg, #dfd7fb, #F7D7FB);