#dfdceb
a pale, soft blue · warm · closest name: lavender
RGB
223, 220, 235
HSL
252°, 27%, 89%
CMYK
5, 6, 0, 8
Luminance
0.7287
Every format
| HEX | #dfdceb |
| RGB | rgb(223, 220, 235) |
| HSL | hsl(252, 27%, 89%) |
| CMYK | cmyk(5%, 6%, 0%, 8%) |
| LAB | lab(88.4 3.8 -7.0) |
| LCH | lch(88.4 7.9 298.4) |
| OKLCH | oklch(0.901 0.021 295.2) |
Copy-ready code
/* CSS */
color: #dfdceb;
background-color: #dfdceb;
/* Tailwind (arbitrary) */
class="text-[#dfdceb] bg-[#dfdceb]"
/* SCSS */
$brand: #dfdceb;
/* SwiftUI */
Color(red: 0.875, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#dfdceb")Accessibility — WCAG contrast
Aa
#dfdceb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdceb on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green86.3%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#dfdceb text on a black background
contrast 15.57:1
Card sample
#dfdceb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdceb;
Background color
Panel with #dfdceb background
background-color: #dfdceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdceb; background: linear-gradient(135deg, #dfdceb, #E9DCEB);