#dfe4fc
a pale, electric blue · warm · closest name: lavender
RGB
223, 228, 252
HSL
230°, 83%, 93%
CMYK
12, 10, 0, 1
Luminance
0.7820
Every format
| HEX | #dfe4fc |
| RGB | rgb(223, 228, 252) |
| HSL | hsl(230, 83%, 93%) |
| CMYK | cmyk(12%, 10%, 0%, 1%) |
| LAB | lab(90.9 2.9 -12.2) |
| LCH | lch(90.9 12.5 283.4) |
| OKLCH | oklch(0.922 0.033 276.4) |
Copy-ready code
/* CSS */
color: #dfe4fc;
background-color: #dfe4fc;
/* Tailwind (arbitrary) */
class="text-[#dfe4fc] bg-[#dfe4fc]"
/* SCSS */
$brand: #dfe4fc;
/* SwiftUI */
Color(red: 0.875, green: 0.894, blue: 0.988)
/* Android */
Color.parseColor("#dfe4fc")Accessibility — WCAG contrast
Aa
#dfe4fc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe4fc on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green89.4%
Blue98.8%
CMYK percentages
Cyan11.5%
Magenta9.5%
Yellow0.0%
Key (black)1.2%
Color previews
#dfe4fc text on a black background
contrast 16.64:1
Card sample
#dfe4fc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe4fc;
Background color
Panel with #dfe4fc background
background-color: #dfe4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 228, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 228, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe4fc; background: linear-gradient(135deg, #dfe4fc, #EDDFFC);