#eeebfc
a pale, vivid blue · warm · closest name: lavender
RGB
238, 235, 252
HSL
251°, 74%, 96%
CMYK
6, 7, 0, 1
Luminance
0.8462
Every format
| HEX | #eeebfc |
| RGB | rgb(238, 235, 252) |
| HSL | hsl(251, 74%, 96%) |
| CMYK | cmyk(6%, 7%, 0%, 1%) |
| LAB | lab(93.7 4.1 -7.8) |
| LCH | lch(93.7 8.8 297.6) |
| OKLCH | oklch(0.947 0.023 294.1) |
Copy-ready code
/* CSS */
color: #eeebfc;
background-color: #eeebfc;
/* Tailwind (arbitrary) */
class="text-[#eeebfc] bg-[#eeebfc]"
/* SCSS */
$brand: #eeebfc;
/* SwiftUI */
Color(red: 0.933, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#eeebfc")Accessibility — WCAG contrast
Aa
#eeebfc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeebfc on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.2%
Blue98.8%
CMYK percentages
Cyan5.6%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#eeebfc text on a black background
contrast 17.92:1
Card sample
#eeebfc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeebfc;
Background color
Panel with #eeebfc background
background-color: #eeebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeebfc; background: linear-gradient(135deg, #eeebfc, #F9EBFC);