#dfd7f5
a pale, vivid violet · warm · closest name: lavender
RGB
223, 215, 245
HSL
256°, 60%, 90%
CMYK
9, 12, 0, 4
Luminance
0.7088
Every format
| HEX | #dfd7f5 |
| RGB | rgb(223, 215, 245) |
| HSL | hsl(256, 60%, 90%) |
| CMYK | cmyk(9%, 12%, 0%, 4%) |
| LAB | lab(87.4 8.3 -13.7) |
| LCH | lch(87.4 16.0 301.3) |
| OKLCH | oklch(0.895 0.042 297.8) |
Copy-ready code
/* CSS */
color: #dfd7f5;
background-color: #dfd7f5;
/* Tailwind (arbitrary) */
class="text-[#dfd7f5] bg-[#dfd7f5]"
/* SCSS */
$brand: #dfd7f5;
/* SwiftUI */
Color(red: 0.875, green: 0.843, blue: 0.961)
/* Android */
Color.parseColor("#dfd7f5")Accessibility — WCAG contrast
Aa
#dfd7f5 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd7f5 on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green84.3%
Blue96.1%
CMYK percentages
Cyan9.0%
Magenta12.2%
Yellow0.0%
Key (black)3.9%
Color previews
#dfd7f5 text on a black background
contrast 15.18:1
Card sample
#dfd7f5 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd7f5;
Background color
Panel with #dfd7f5 background
background-color: #dfd7f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd7f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 215, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 215, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd7f5; background: linear-gradient(135deg, #dfd7f5, #F3D7F5);