#dfd0f2
a pale, vivid violet · warm · closest name: lavender
RGB
223, 208, 242
HSL
267°, 57%, 88%
CMYK
8, 14, 0, 5
Luminance
0.6721
Every format
| HEX | #dfd0f2 |
| RGB | rgb(223, 208, 242) |
| HSL | hsl(267, 57%, 88%) |
| CMYK | cmyk(8%, 14%, 0%, 5%) |
| LAB | lab(85.6 11.4 -14.8) |
| LCH | lch(85.6 18.7 307.7) |
| OKLCH | oklch(0.880 0.049 305.3) |
Copy-ready code
/* CSS */
color: #dfd0f2;
background-color: #dfd0f2;
/* Tailwind (arbitrary) */
class="text-[#dfd0f2] bg-[#dfd0f2]"
/* SCSS */
$brand: #dfd0f2;
/* SwiftUI */
Color(red: 0.875, green: 0.816, blue: 0.949)
/* Android */
Color.parseColor("#dfd0f2")Accessibility — WCAG contrast
Aa
#dfd0f2 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd0f2 on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green81.6%
Blue94.9%
CMYK percentages
Cyan7.9%
Magenta14.0%
Yellow0.0%
Key (black)5.1%
Color previews
#dfd0f2 text on a black background
contrast 14.44:1
Card sample
#dfd0f2 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd0f2;
Background color
Panel with #dfd0f2 background
background-color: #dfd0f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd0f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 208, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 208, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd0f2; background: linear-gradient(135deg, #dfd0f2, #F2D0EE);