#dfcce8
a pale, soft violet · warm · closest name: lavender
RGB
223, 204, 232
HSL
281°, 38%, 86%
CMYK
4, 12, 0, 9
Luminance
0.6470
Every format
| HEX | #dfcce8 |
| RGB | rgb(223, 204, 232) |
| HSL | hsl(281, 38%, 86%) |
| CMYK | cmyk(4%, 12%, 0%, 9%) |
| LAB | lab(84.3 11.6 -11.4) |
| LCH | lch(84.3 16.3 315.5) |
| OKLCH | oklch(0.869 0.043 315.0) |
Copy-ready code
/* CSS */
color: #dfcce8;
background-color: #dfcce8;
/* Tailwind (arbitrary) */
class="text-[#dfcce8] bg-[#dfcce8]"
/* SCSS */
$brand: #dfcce8;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.910)
/* Android */
Color.parseColor("#dfcce8")Accessibility — WCAG contrast
Aa
#dfcce8 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcce8 on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue91.0%
CMYK percentages
Cyan3.9%
Magenta12.1%
Yellow0.0%
Key (black)9.0%
Color previews
#dfcce8 text on a black background
contrast 13.94:1
Card sample
#dfcce8 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcce8;
Background color
Panel with #dfcce8 background
background-color: #dfcce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcce8; background: linear-gradient(135deg, #dfcce8, #E8CCDE);