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