#dfe4fe
a pale, electric blue · warm · closest name: lavender
RGB
223, 228, 254
HSL
230°, 94%, 94%
CMYK
12, 10, 0, 0
Luminance
0.7833
Every format
| HEX | #dfe4fe |
| RGB | rgb(223, 228, 254) |
| HSL | hsl(230, 94%, 94%) |
| CMYK | cmyk(12%, 10%, 0%, 0%) |
| LAB | lab(90.9 3.3 -13.1) |
| LCH | lch(90.9 13.6 284.1) |
| OKLCH | oklch(0.923 0.036 277.0) |
Copy-ready code
/* CSS */
color: #dfe4fe;
background-color: #dfe4fe;
/* Tailwind (arbitrary) */
class="text-[#dfe4fe] bg-[#dfe4fe]"
/* SCSS */
$brand: #dfe4fe;
/* SwiftUI */
Color(red: 0.875, green: 0.894, blue: 0.996)
/* Android */
Color.parseColor("#dfe4fe")Accessibility — WCAG contrast
Aa
#dfe4fe on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe4fe on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green89.4%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta10.2%
Yellow0.0%
Key (black)0.4%
Color previews
#dfe4fe text on a black background
contrast 16.67:1
Card sample
#dfe4fe text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe4fe;
Background color
Panel with #dfe4fe background
background-color: #dfe4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 228, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 228, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe4fe; background: linear-gradient(135deg, #dfe4fe, #EFDFFE);