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