#dfebfb
a pale, electric blue · cool · closest name: lavender
RGB
223, 235, 251
HSL
214°, 78%, 93%
CMYK
11, 6, 0, 2
Luminance
0.8207
Every format
| HEX | #dfebfb |
| RGB | rgb(223, 235, 251) |
| HSL | hsl(214, 78%, 93%) |
| CMYK | cmyk(11%, 6%, 0%, 2%) |
| LAB | lab(92.6 -0.9 -9.1) |
| LCH | lch(92.6 9.1 264.3) |
| OKLCH | oklch(0.936 0.025 255.6) |
Copy-ready code
/* CSS */
color: #dfebfb;
background-color: #dfebfb;
/* Tailwind (arbitrary) */
class="text-[#dfebfb] bg-[#dfebfb]"
/* SCSS */
$brand: #dfebfb;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.984)
/* Android */
Color.parseColor("#dfebfb")Accessibility — WCAG contrast
Aa
#dfebfb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfebfb on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue98.4%
CMYK percentages
Cyan11.2%
Magenta6.4%
Yellow0.0%
Key (black)1.6%
Color previews
#dfebfb text on a black background
contrast 17.41:1
Card sample
#dfebfb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfebfb;
Background color
Panel with #dfebfb background
background-color: #dfebfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfebfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfebfb; background: linear-gradient(135deg, #dfebfb, #E6DFFB);