#dfe1fc
a pale, electric blue · warm · closest name: lavender
RGB
223, 225, 252
HSL
236°, 83%, 93%
CMYK
12, 11, 0, 1
Luminance
0.7657
Every format
| HEX | #dfe1fc |
| RGB | rgb(223, 225, 252) |
| HSL | hsl(236, 83%, 93%) |
| CMYK | cmyk(12%, 11%, 0%, 1%) |
| LAB | lab(90.1 4.5 -13.3) |
| LCH | lch(90.1 14.0 288.5) |
| OKLCH | oklch(0.916 0.037 282.3) |
Copy-ready code
/* CSS */
color: #dfe1fc;
background-color: #dfe1fc;
/* Tailwind (arbitrary) */
class="text-[#dfe1fc] bg-[#dfe1fc]"
/* SCSS */
$brand: #dfe1fc;
/* SwiftUI */
Color(red: 0.875, green: 0.882, blue: 0.988)
/* Android */
Color.parseColor("#dfe1fc")Accessibility — WCAG contrast
Aa
#dfe1fc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe1fc on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green88.2%
Blue98.8%
CMYK percentages
Cyan11.5%
Magenta10.7%
Yellow0.0%
Key (black)1.2%
Color previews
#dfe1fc text on a black background
contrast 16.31:1
Card sample
#dfe1fc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe1fc;
Background color
Panel with #dfe1fc background
background-color: #dfe1fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe1fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 225, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 225, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe1fc; background: linear-gradient(135deg, #dfe1fc, #F0DFFC);