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