#dfd6f5
a pale, vivid violet · warm · closest name: lavender
RGB
223, 214, 245
HSL
257°, 61%, 90%
CMYK
9, 13, 0, 4
Luminance
0.7037
Every format
| HEX | #dfd6f5 |
| RGB | rgb(223, 214, 245) |
| HSL | hsl(257, 61%, 90%) |
| CMYK | cmyk(9%, 13%, 0%, 4%) |
| LAB | lab(87.2 8.8 -14.0) |
| LCH | lch(87.2 16.6 302.2) |
| OKLCH | oklch(0.893 0.043 298.8) |
Copy-ready code
/* CSS */
color: #dfd6f5;
background-color: #dfd6f5;
/* Tailwind (arbitrary) */
class="text-[#dfd6f5] bg-[#dfd6f5]"
/* SCSS */
$brand: #dfd6f5;
/* SwiftUI */
Color(red: 0.875, green: 0.839, blue: 0.961)
/* Android */
Color.parseColor("#dfd6f5")Accessibility — WCAG contrast
Aa
#dfd6f5 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd6f5 on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green83.9%
Blue96.1%
CMYK percentages
Cyan9.0%
Magenta12.7%
Yellow0.0%
Key (black)3.9%
Color previews
#dfd6f5 text on a black background
contrast 15.07:1
Card sample
#dfd6f5 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd6f5;
Background color
Panel with #dfd6f5 background
background-color: #dfd6f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd6f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 214, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 214, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd6f5; background: linear-gradient(135deg, #dfd6f5, #F4D6F5);