#eeebfd
a pale, electric blue · warm · “lavender”
RGB
238, 235, 253
HSL
250°, 82%, 96%
CMYK
6, 7, 0, 1
Luminance
0.8469
Every format
| HEX | #eeebfd |
| RGB | rgb(238, 235, 253) |
| HSL | hsl(250, 82%, 96%) |
| CMYK | cmyk(6%, 7%, 0%, 1%) |
| LAB | lab(93.8 4.3 -8.3) |
| LCH | lch(93.8 9.3 297.3) |
| OKLCH | oklch(0.948 0.024 293.6) |
Copy-ready code
/* CSS */
color: #eeebfd;
background-color: #eeebfd;
/* Tailwind (arbitrary) */
class="text-[#eeebfd] bg-[#eeebfd]"
/* SCSS */
$brand: #eeebfd;
/* SwiftUI */
Color(red: 0.933, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#eeebfd")Accessibility — WCAG contrast
Aa
#eeebfd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeebfd on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.2%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#eeebfd text on a black background
contrast 17.94:1
Card sample
#eeebfd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeebfd;
Background color
Panel with #eeebfd background
background-color: #eeebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeebfd; background: linear-gradient(135deg, #eeebfd, #FAEBFD);