#dfd4fe
a pale, electric violet · warm · closest name: lavender
RGB
223, 212, 254
HSL
256°, 96%, 91%
CMYK
12, 17, 0, 0
Luminance
0.6993
Every format
| HEX | #dfd4fe |
| RGB | rgb(223, 212, 254) |
| HSL | hsl(256, 96%, 91%) |
| CMYK | cmyk(12%, 17%, 0%, 0%) |
| LAB | lab(87.0 11.7 -19.1) |
| LCH | lch(87.0 22.4 301.5) |
| OKLCH | oklch(0.892 0.058 297.2) |
Copy-ready code
/* CSS */
color: #dfd4fe;
background-color: #dfd4fe;
/* Tailwind (arbitrary) */
class="text-[#dfd4fe] bg-[#dfd4fe]"
/* SCSS */
$brand: #dfd4fe;
/* SwiftUI */
Color(red: 0.875, green: 0.831, blue: 0.996)
/* Android */
Color.parseColor("#dfd4fe")Accessibility — WCAG contrast
Aa
#dfd4fe on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd4fe on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green83.1%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta16.5%
Yellow0.0%
Key (black)0.4%
Color previews
#dfd4fe text on a black background
contrast 14.99:1
Card sample
#dfd4fe text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd4fe;
Background color
Panel with #dfd4fe background
background-color: #dfd4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 212, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 212, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd4fe; background: linear-gradient(135deg, #dfd4fe, #FBD4FE);