#dfcceb
a pale, soft violet · warm · closest name: lavender
RGB
223, 204, 235
HSL
277°, 44%, 86%
CMYK
5, 13, 0, 8
Luminance
0.6487
Every format
| HEX | #dfcceb |
| RGB | rgb(223, 204, 235) |
| HSL | hsl(277, 44%, 86%) |
| CMYK | cmyk(5%, 13%, 0%, 8%) |
| LAB | lab(84.4 12.2 -12.9) |
| LCH | lch(84.4 17.7 313.5) |
| OKLCH | oklch(0.870 0.047 312.5) |
Copy-ready code
/* CSS */
color: #dfcceb;
background-color: #dfcceb;
/* Tailwind (arbitrary) */
class="text-[#dfcceb] bg-[#dfcceb]"
/* SCSS */
$brand: #dfcceb;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#dfcceb")Accessibility — WCAG contrast
Aa
#dfcceb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcceb on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#dfcceb text on a black background
contrast 13.97:1
Card sample
#dfcceb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcceb;
Background color
Panel with #dfcceb background
background-color: #dfcceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcceb; background: linear-gradient(135deg, #dfcceb, #EBCCE2);