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