#dfdfeb
a pale, soft blue · warm · closest name: lavender
RGB
223, 223, 235
HSL
240°, 23%, 90%
CMYK
5, 5, 0, 8
Luminance
0.7446
Every format
| HEX | #dfdfeb |
| RGB | rgb(223, 223, 235) |
| HSL | hsl(240, 23%, 90%) |
| CMYK | cmyk(5%, 5%, 0%, 8%) |
| LAB | lab(89.1 2.2 -5.8) |
| LCH | lch(89.1 6.2 290.7) |
| OKLCH | oklch(0.907 0.016 286.1) |
Copy-ready code
/* CSS */
color: #dfdfeb;
background-color: #dfdfeb;
/* Tailwind (arbitrary) */
class="text-[#dfdfeb] bg-[#dfdfeb]"
/* SCSS */
$brand: #dfdfeb;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#dfdfeb")Accessibility — WCAG contrast
Aa
#dfdfeb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdfeb on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#dfdfeb text on a black background
contrast 15.89:1
Card sample
#dfdfeb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdfeb;
Background color
Panel with #dfdfeb background
background-color: #dfdfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdfeb; background: linear-gradient(135deg, #dfdfeb, #E7DFEB);