#dfd6f2
a pale, vivid violet · warm · closest name: lavender
RGB
223, 214, 242
HSL
259°, 52%, 89%
CMYK
8, 12, 0, 5
Luminance
0.7019
Every format
| HEX | #dfd6f2 |
| RGB | rgb(223, 214, 242) |
| HSL | hsl(259, 52%, 89%) |
| CMYK | cmyk(8%, 12%, 0%, 5%) |
| LAB | lab(87.1 8.3 -12.6) |
| LCH | lch(87.1 15.0 303.3) |
| OKLCH | oklch(0.892 0.039 300.3) |
Copy-ready code
/* CSS */
color: #dfd6f2;
background-color: #dfd6f2;
/* Tailwind (arbitrary) */
class="text-[#dfd6f2] bg-[#dfd6f2]"
/* SCSS */
$brand: #dfd6f2;
/* SwiftUI */
Color(red: 0.875, green: 0.839, blue: 0.949)
/* Android */
Color.parseColor("#dfd6f2")Accessibility — WCAG contrast
Aa
#dfd6f2 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd6f2 on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green83.9%
Blue94.9%
CMYK percentages
Cyan7.9%
Magenta11.6%
Yellow0.0%
Key (black)5.1%
Color previews
#dfd6f2 text on a black background
contrast 15.04:1
Card sample
#dfd6f2 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd6f2;
Background color
Panel with #dfd6f2 background
background-color: #dfd6f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd6f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 214, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 214, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd6f2; background: linear-gradient(135deg, #dfd6f2, #F2D6F2);