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