#dfd7f4
a pale, vivid violet · warm · closest name: lavender
RGB
223, 215, 244
HSL
257°, 57%, 90%
CMYK
9, 12, 0, 4
Luminance
0.7082
Every format
| HEX | #dfd7f4 |
| RGB | rgb(223, 215, 244) |
| HSL | hsl(257, 57%, 90%) |
| CMYK | cmyk(9%, 12%, 0%, 4%) |
| LAB | lab(87.4 8.1 -13.2) |
| LCH | lch(87.4 15.5 301.7) |
| OKLCH | oklch(0.894 0.040 298.2) |
Copy-ready code
/* CSS */
color: #dfd7f4;
background-color: #dfd7f4;
/* Tailwind (arbitrary) */
class="text-[#dfd7f4] bg-[#dfd7f4]"
/* SCSS */
$brand: #dfd7f4;
/* SwiftUI */
Color(red: 0.875, green: 0.843, blue: 0.957)
/* Android */
Color.parseColor("#dfd7f4")Accessibility — WCAG contrast
Aa
#dfd7f4 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd7f4 on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green84.3%
Blue95.7%
CMYK percentages
Cyan8.6%
Magenta11.9%
Yellow0.0%
Key (black)4.3%
Color previews
#dfd7f4 text on a black background
contrast 15.16:1
Card sample
#dfd7f4 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd7f4;
Background color
Panel with #dfd7f4 background
background-color: #dfd7f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd7f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 215, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 215, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd7f4; background: linear-gradient(135deg, #dfd7f4, #F2D7F4);