#dfe7fc
a pale, electric blue · cool · closest name: lavender
RGB
223, 231, 252
HSL
223°, 83%, 93%
CMYK
12, 8, 0, 1
Luminance
0.7987
Every format
| HEX | #dfe7fc |
| RGB | rgb(223, 231, 252) |
| HSL | hsl(223, 83%, 93%) |
| CMYK | cmyk(12%, 8%, 0%, 1%) |
| LAB | lab(91.6 1.4 -11.1) |
| LCH | lch(91.6 11.1 277.0) |
| OKLCH | oklch(0.928 0.030 269.1) |
Copy-ready code
/* CSS */
color: #dfe7fc;
background-color: #dfe7fc;
/* Tailwind (arbitrary) */
class="text-[#dfe7fc] bg-[#dfe7fc]"
/* SCSS */
$brand: #dfe7fc;
/* SwiftUI */
Color(red: 0.875, green: 0.906, blue: 0.988)
/* Android */
Color.parseColor("#dfe7fc")Accessibility — WCAG contrast
Aa
#dfe7fc on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe7fc on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green90.6%
Blue98.8%
CMYK percentages
Cyan11.5%
Magenta8.3%
Yellow0.0%
Key (black)1.2%
Color previews
#dfe7fc text on a black background
contrast 16.97:1
Card sample
#dfe7fc text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe7fc;
Background color
Panel with #dfe7fc background
background-color: #dfe7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 231, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 231, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe7fc; background: linear-gradient(135deg, #dfe7fc, #EADFFC);