#eeedfd
a pale, electric blue · warm · closest name: lavender
RGB
238, 237, 253
HSL
244°, 80%, 96%
CMYK
6, 6, 0, 1
Luminance
0.8584
Every format
| HEX | #eeedfd |
| RGB | rgb(238, 237, 253) |
| HSL | hsl(244, 80%, 96%) |
| CMYK | cmyk(6%, 6%, 0%, 1%) |
| LAB | lab(94.2 3.3 -7.6) |
| LCH | lch(94.2 8.3 293.2) |
| OKLCH | oklch(0.952 0.021 288.9) |
Copy-ready code
/* CSS */
color: #eeedfd;
background-color: #eeedfd;
/* Tailwind (arbitrary) */
class="text-[#eeedfd] bg-[#eeedfd]"
/* SCSS */
$brand: #eeedfd;
/* SwiftUI */
Color(red: 0.933, green: 0.929, blue: 0.992)
/* Android */
Color.parseColor("#eeedfd")Accessibility — WCAG contrast
Aa
#eeedfd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeedfd on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.9%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta6.3%
Yellow0.0%
Key (black)0.8%
Color previews
#eeedfd text on a black background
contrast 18.17:1
Card sample
#eeedfd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeedfd;
Background color
Panel with #eeedfd background
background-color: #eeedfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeedfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 237, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 237, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeedfd; background: linear-gradient(135deg, #eeedfd, #F9EDFD);