#dfd4f5
a pale, vivid violet · warm · closest name: lavender
RGB
223, 212, 245
HSL
260°, 62%, 90%
CMYK
9, 14, 0, 4
Luminance
0.6937
Every format
| HEX | #dfd4f5 |
| RGB | rgb(223, 212, 245) |
| HSL | hsl(260, 62%, 90%) |
| CMYK | cmyk(9%, 14%, 0%, 4%) |
| LAB | lab(86.7 9.9 -14.8) |
| LCH | lch(86.7 17.8 303.8) |
| OKLCH | oklch(0.889 0.046 300.7) |
Copy-ready code
/* CSS */
color: #dfd4f5;
background-color: #dfd4f5;
/* Tailwind (arbitrary) */
class="text-[#dfd4f5] bg-[#dfd4f5]"
/* SCSS */
$brand: #dfd4f5;
/* SwiftUI */
Color(red: 0.875, green: 0.831, blue: 0.961)
/* Android */
Color.parseColor("#dfd4f5")Accessibility — WCAG contrast
Aa
#dfd4f5 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd4f5 on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green83.1%
Blue96.1%
CMYK percentages
Cyan9.0%
Magenta13.5%
Yellow0.0%
Key (black)3.9%
Color previews
#dfd4f5 text on a black background
contrast 14.87:1
Card sample
#dfd4f5 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd4f5;
Background color
Panel with #dfd4f5 background
background-color: #dfd4f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd4f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 212, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 212, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd4f5; background: linear-gradient(135deg, #dfd4f5, #F5D4F5);