#dfceee
a pale, vivid violet · warm · closest name: lavender
RGB
223, 206, 238
HSL
272°, 49%, 87%
CMYK
6, 13, 0, 7
Luminance
0.6600
Every format
| HEX | #dfceee |
| RGB | rgb(223, 206, 238) |
| HSL | hsl(272, 49%, 87%) |
| CMYK | cmyk(6%, 13%, 0%, 7%) |
| LAB | lab(85.0 11.7 -13.6) |
| LCH | lch(85.0 17.9 310.8) |
| OKLCH | oklch(0.875 0.047 309.2) |
Copy-ready code
/* CSS */
color: #dfceee;
background-color: #dfceee;
/* Tailwind (arbitrary) */
class="text-[#dfceee] bg-[#dfceee]"
/* SCSS */
$brand: #dfceee;
/* SwiftUI */
Color(red: 0.875, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#dfceee")Accessibility — WCAG contrast
Aa
#dfceee on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfceee on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.8%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#dfceee text on a black background
contrast 14.20:1
Card sample
#dfceee text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfceee;
Background color
Panel with #dfceee background
background-color: #dfceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfceee; background: linear-gradient(135deg, #dfceee, #EECEE8);