#dfebff
a pale, electric blue · cool · closest name: lavender
RGB
223, 235, 255
HSL
218°, 100%, 94%
CMYK
13, 8, 0, 0
Luminance
0.8232
Every format
| HEX | #dfebff |
| RGB | rgb(223, 235, 255) |
| HSL | hsl(218, 100%, 94%) |
| CMYK | cmyk(13%, 8%, 0%, 0%) |
| LAB | lab(92.7 -0.1 -11.0) |
| LCH | lch(92.7 11.0 269.4) |
| OKLCH | oklch(0.937 0.030 260.7) |
Copy-ready code
/* CSS */
color: #dfebff;
background-color: #dfebff;
/* Tailwind (arbitrary) */
class="text-[#dfebff] bg-[#dfebff]"
/* SCSS */
$brand: #dfebff;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#dfebff")Accessibility — WCAG contrast
Aa
#dfebff on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfebff on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue100.0%
CMYK percentages
Cyan12.5%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#dfebff text on a black background
contrast 17.46:1
Card sample
#dfebff text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfebff;
Background color
Panel with #dfebff background
background-color: #dfebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfebff; background: linear-gradient(135deg, #dfebff, #E8DFFF);