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