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