#eeebf7
a pale, soft violet · warm · closest name: lavender
RGB
238, 235, 247
HSL
255°, 43%, 95%
CMYK
4, 5, 0, 3
Luminance
0.8431
Every format
| HEX | #eeebf7 |
| RGB | rgb(238, 235, 247) |
| HSL | hsl(255, 43%, 95%) |
| CMYK | cmyk(4%, 5%, 0%, 3%) |
| LAB | lab(93.6 3.2 -5.4) |
| LCH | lch(93.6 6.3 300.2) |
| OKLCH | oklch(0.946 0.016 297.5) |
Copy-ready code
/* CSS */
color: #eeebf7;
background-color: #eeebf7;
/* Tailwind (arbitrary) */
class="text-[#eeebf7] bg-[#eeebf7]"
/* SCSS */
$brand: #eeebf7;
/* SwiftUI */
Color(red: 0.933, green: 0.922, blue: 0.969)
/* Android */
Color.parseColor("#eeebf7")Accessibility — WCAG contrast
Aa
#eeebf7 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeebf7 on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.2%
Blue96.9%
CMYK percentages
Cyan3.6%
Magenta4.9%
Yellow0.0%
Key (black)3.1%
Color previews
#eeebf7 text on a black background
contrast 17.86:1
Card sample
#eeebf7 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeebf7;
Background color
Panel with #eeebf7 background
background-color: #eeebf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeebf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 235, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 235, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeebf7; background: linear-gradient(135deg, #eeebf7, #F6EBF7);