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