#dfedf7
a pale, vivid blue · cool · closest name: lavender
RGB
223, 237, 247
HSL
205°, 60%, 92%
CMYK
10, 4, 0, 3
Luminance
0.8297
Every format
| HEX | #dfedf7 |
| RGB | rgb(223, 237, 247) |
| HSL | hsl(205, 60%, 92%) |
| CMYK | cmyk(10%, 4%, 0%, 3%) |
| LAB | lab(93.0 -2.7 -6.4) |
| LCH | lch(93.0 7.0 247.0) |
| OKLCH | oklch(0.939 0.020 238.7) |
Copy-ready code
/* CSS */
color: #dfedf7;
background-color: #dfedf7;
/* Tailwind (arbitrary) */
class="text-[#dfedf7] bg-[#dfedf7]"
/* SCSS */
$brand: #dfedf7;
/* SwiftUI */
Color(red: 0.875, green: 0.929, blue: 0.969)
/* Android */
Color.parseColor("#dfedf7")Accessibility — WCAG contrast
Aa
#dfedf7 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfedf7 on black: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.9%
Blue96.9%
CMYK percentages
Cyan9.7%
Magenta4.0%
Yellow0.0%
Key (black)3.1%
Color previews
#dfedf7 text on a black background
contrast 17.59:1
Card sample
#dfedf7 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfedf7;
Background color
Panel with #dfedf7 background
background-color: #dfedf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfedf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 237, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 237, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfedf7; background: linear-gradient(135deg, #dfedf7, #E1DFF7);