#dfd6fc
a pale, electric blue · warm · closest name: lavender
RGB
223, 214, 252
HSL
254°, 86%, 91%
CMYK
12, 15, 0, 1
Luminance
0.7081
Every format
| HEX | #dfd6fc |
| RGB | rgb(223, 214, 252) |
| HSL | hsl(254, 86%, 91%) |
| CMYK | cmyk(12%, 15%, 0%, 1%) |
| LAB | lab(87.4 10.2 -17.4) |
| LCH | lch(87.4 20.2 300.5) |
| OKLCH | oklch(0.895 0.052 296.2) |
Copy-ready code
/* CSS */
color: #dfd6fc;
background-color: #dfd6fc;
/* Tailwind (arbitrary) */
class="text-[#dfd6fc] bg-[#dfd6fc]"
/* SCSS */
$brand: #dfd6fc;
/* SwiftUI */
Color(red: 0.875, green: 0.839, blue: 0.988)
/* Android */
Color.parseColor("#dfd6fc")Accessibility — WCAG contrast
Aa
#dfd6fc on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd6fc on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green83.9%
Blue98.8%
CMYK percentages
Cyan11.5%
Magenta15.1%
Yellow0.0%
Key (black)1.2%
Color previews
#dfd6fc text on a black background
contrast 15.16:1
Card sample
#dfd6fc text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd6fc;
Background color
Panel with #dfd6fc background
background-color: #dfd6fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd6fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 214, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 214, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd6fc; background: linear-gradient(135deg, #dfd6fc, #F8D6FC);