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