#dee6fc
a pale, electric blue · cool · closest name: lavender
RGB
222, 230, 252
HSL
224°, 83%, 93%
CMYK
12, 9, 0, 1
Luminance
0.7915
Every format
| HEX | #dee6fc |
| RGB | rgb(222, 230, 252) |
| HSL | hsl(224, 83%, 93%) |
| CMYK | cmyk(12%, 9%, 0%, 1%) |
| LAB | lab(91.3 1.6 -11.6) |
| LCH | lch(91.3 11.7 277.6) |
| OKLCH | oklch(0.925 0.031 269.8) |
Copy-ready code
/* CSS */
color: #dee6fc;
background-color: #dee6fc;
/* Tailwind (arbitrary) */
class="text-[#dee6fc] bg-[#dee6fc]"
/* SCSS */
$brand: #dee6fc;
/* SwiftUI */
Color(red: 0.871, green: 0.902, blue: 0.988)
/* Android */
Color.parseColor("#dee6fc")Accessibility — WCAG contrast
Aa
#dee6fc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dee6fc on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green90.2%
Blue98.8%
CMYK percentages
Cyan11.9%
Magenta8.7%
Yellow0.0%
Key (black)1.2%
Color previews
#dee6fc text on a black background
contrast 16.83:1
Card sample
#dee6fc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dee6fc;
Background color
Panel with #dee6fc background
background-color: #dee6fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dee6fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 230, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 230, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dee6fc; background: linear-gradient(135deg, #dee6fc, #EADEFC);