#dfd7f2
a pale, vivid violet · warm · closest name: lavender
RGB
223, 215, 242
HSL
258°, 51%, 90%
CMYK
8, 11, 0, 5
Luminance
0.7070
Every format
| HEX | #dfd7f2 |
| RGB | rgb(223, 215, 242) |
| HSL | hsl(258, 51%, 90%) |
| CMYK | cmyk(8%, 11%, 0%, 5%) |
| LAB | lab(87.3 7.7 -12.2) |
| LCH | lch(87.3 14.4 302.4) |
| OKLCH | oklch(0.894 0.038 299.2) |
Copy-ready code
/* CSS */
color: #dfd7f2;
background-color: #dfd7f2;
/* Tailwind (arbitrary) */
class="text-[#dfd7f2] bg-[#dfd7f2]"
/* SCSS */
$brand: #dfd7f2;
/* SwiftUI */
Color(red: 0.875, green: 0.843, blue: 0.949)
/* Android */
Color.parseColor("#dfd7f2")Accessibility — WCAG contrast
Aa
#dfd7f2 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd7f2 on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green84.3%
Blue94.9%
CMYK percentages
Cyan7.9%
Magenta11.2%
Yellow0.0%
Key (black)5.1%
Color previews
#dfd7f2 text on a black background
contrast 15.14:1
Card sample
#dfd7f2 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd7f2;
Background color
Panel with #dfd7f2 background
background-color: #dfd7f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd7f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 215, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 215, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd7f2; background: linear-gradient(135deg, #dfd7f2, #F1D7F2);