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