#dfebfa
a pale, vivid blue · cool · closest name: lavender
RGB
223, 235, 250
HSL
213°, 73%, 93%
CMYK
11, 6, 0, 2
Luminance
0.8201
Every format
| HEX | #dfebfa |
| RGB | rgb(223, 235, 250) |
| HSL | hsl(213, 73%, 93%) |
| CMYK | cmyk(11%, 6%, 0%, 2%) |
| LAB | lab(92.6 -1.1 -8.6) |
| LCH | lch(92.6 8.7 262.6) |
| OKLCH | oklch(0.935 0.024 254.0) |
Copy-ready code
/* CSS */
color: #dfebfa;
background-color: #dfebfa;
/* Tailwind (arbitrary) */
class="text-[#dfebfa] bg-[#dfebfa]"
/* SCSS */
$brand: #dfebfa;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.980)
/* Android */
Color.parseColor("#dfebfa")Accessibility — WCAG contrast
Aa
#dfebfa on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfebfa on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue98.0%
CMYK percentages
Cyan10.8%
Magenta6.0%
Yellow0.0%
Key (black)2.0%
Color previews
#dfebfa text on a black background
contrast 17.40:1
Card sample
#dfebfa text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfebfa;
Background color
Panel with #dfebfa background
background-color: #dfebfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfebfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfebfa; background: linear-gradient(135deg, #dfebfa, #E5DFFA);