#dfecfb
a pale, electric blue · cool · closest name: lavender
RGB
223, 236, 251
HSL
212°, 78%, 93%
CMYK
11, 6, 0, 2
Luminance
0.8264
Every format
| HEX | #dfecfb |
| RGB | rgb(223, 236, 251) |
| HSL | hsl(212, 78%, 93%) |
| CMYK | cmyk(11%, 6%, 0%, 2%) |
| LAB | lab(92.9 -1.4 -8.7) |
| LCH | lch(92.9 8.8 260.7) |
| OKLCH | oklch(0.938 0.025 251.9) |
Copy-ready code
/* CSS */
color: #dfecfb;
background-color: #dfecfb;
/* Tailwind (arbitrary) */
class="text-[#dfecfb] bg-[#dfecfb]"
/* SCSS */
$brand: #dfecfb;
/* SwiftUI */
Color(red: 0.875, green: 0.925, blue: 0.984)
/* Android */
Color.parseColor("#dfecfb")Accessibility — WCAG contrast
Aa
#dfecfb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfecfb on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.5%
Blue98.4%
CMYK percentages
Cyan11.2%
Magenta6.0%
Yellow0.0%
Key (black)1.6%
Color previews
#dfecfb text on a black background
contrast 17.53:1
Card sample
#dfecfb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfecfb;
Background color
Panel with #dfecfb background
background-color: #dfecfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfecfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 236, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 236, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfecfb; background: linear-gradient(135deg, #dfecfb, #E4DFFB);