#dfcfeb
a pale, soft violet · warm · closest name: lavender
RGB
223, 207, 235
HSL
274°, 41%, 87%
CMYK
5, 12, 0, 8
Luminance
0.6631
Every format
| HEX | #dfcfeb |
| RGB | rgb(223, 207, 235) |
| HSL | hsl(274, 41%, 87%) |
| CMYK | cmyk(5%, 12%, 0%, 8%) |
| LAB | lab(85.2 10.6 -11.8) |
| LCH | lch(85.2 15.8 312.0) |
| OKLCH | oklch(0.876 0.042 310.9) |
Copy-ready code
/* CSS */
color: #dfcfeb;
background-color: #dfcfeb;
/* Tailwind (arbitrary) */
class="text-[#dfcfeb] bg-[#dfcfeb]"
/* SCSS */
$brand: #dfcfeb;
/* SwiftUI */
Color(red: 0.875, green: 0.812, blue: 0.922)
/* Android */
Color.parseColor("#dfcfeb")Accessibility — WCAG contrast
Aa
#dfcfeb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcfeb on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green81.2%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta11.9%
Yellow0.0%
Key (black)7.8%
Color previews
#dfcfeb text on a black background
contrast 14.26:1
Card sample
#dfcfeb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcfeb;
Background color
Panel with #dfcfeb background
background-color: #dfcfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 207, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 207, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcfeb; background: linear-gradient(135deg, #dfcfeb, #EBCFE4);