#dfcced
a pale, vivid violet · warm · closest name: lavender
RGB
223, 204, 237
HSL
275°, 48%, 87%
CMYK
6, 14, 0, 7
Luminance
0.6499
Every format
| HEX | #dfcced |
| RGB | rgb(223, 204, 237) |
| HSL | hsl(275, 48%, 87%) |
| CMYK | cmyk(6%, 14%, 0%, 7%) |
| LAB | lab(84.5 12.6 -13.8) |
| LCH | lch(84.5 18.7 312.3) |
| OKLCH | oklch(0.871 0.049 311.0) |
Copy-ready code
/* CSS */
color: #dfcced;
background-color: #dfcced;
/* Tailwind (arbitrary) */
class="text-[#dfcced] bg-[#dfcced]"
/* SCSS */
$brand: #dfcced;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.929)
/* Android */
Color.parseColor("#dfcced")Accessibility — WCAG contrast
Aa
#dfcced on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcced on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue92.9%
CMYK percentages
Cyan5.9%
Magenta13.9%
Yellow0.0%
Key (black)7.1%
Color previews
#dfcced text on a black background
contrast 14.00:1
Card sample
#dfcced text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcced;
Background color
Panel with #dfcced background
background-color: #dfcced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcced; background: linear-gradient(135deg, #dfcced, #EDCCE5);