#dfeffa
a pale, vivid blue · cool · closest name: lavender
RGB
223, 239, 250
HSL
204°, 73%, 93%
CMYK
11, 4, 0, 2
Luminance
0.8432
Every format
| HEX | #dfeffa |
| RGB | rgb(223, 239, 250) |
| HSL | hsl(204, 73%, 93%) |
| CMYK | cmyk(11%, 4%, 0%, 2%) |
| LAB | lab(93.6 -3.2 -7.1) |
| LCH | lch(93.6 7.8 246.0) |
| OKLCH | oklch(0.944 0.023 237.6) |
Copy-ready code
/* CSS */
color: #dfeffa;
background-color: #dfeffa;
/* Tailwind (arbitrary) */
class="text-[#dfeffa] bg-[#dfeffa]"
/* SCSS */
$brand: #dfeffa;
/* SwiftUI */
Color(red: 0.875, green: 0.937, blue: 0.980)
/* Android */
Color.parseColor("#dfeffa")Accessibility — WCAG contrast
Aa
#dfeffa on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeffa on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green93.7%
Blue98.0%
CMYK percentages
Cyan10.8%
Magenta4.4%
Yellow0.0%
Key (black)2.0%
Color previews
#dfeffa text on a black background
contrast 17.86:1
Card sample
#dfeffa text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeffa;
Background color
Panel with #dfeffa background
background-color: #dfeffa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeffa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 239, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 239, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeffa; background: linear-gradient(135deg, #dfeffa, #E1DFFA);