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