#eeeef3
a pale, soft blue · warm · closest name: white
RGB
238, 238, 243
HSL
240°, 17%, 94%
CMYK
2, 2, 0, 5
Luminance
0.8580
Every format
| HEX | #eeeef3 |
| RGB | rgb(238, 238, 243) |
| HSL | hsl(240, 17%, 94%) |
| CMYK | cmyk(2%, 2%, 0%, 5%) |
| LAB | lab(94.2 0.9 -2.4) |
| LCH | lch(94.2 2.6 290.3) |
| OKLCH | oklch(0.951 0.007 286.3) |
Copy-ready code
/* CSS */
color: #eeeef3;
background-color: #eeeef3;
/* Tailwind (arbitrary) */
class="text-[#eeeef3] bg-[#eeeef3]"
/* SCSS */
$brand: #eeeef3;
/* SwiftUI */
Color(red: 0.933, green: 0.933, blue: 0.953)
/* Android */
Color.parseColor("#eeeef3")Accessibility — WCAG contrast
Aa
#eeeef3 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeef3 on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.3%
Blue95.3%
CMYK percentages
Cyan2.1%
Magenta2.1%
Yellow0.0%
Key (black)4.7%
Color previews
#eeeef3 text on a black background
contrast 18.16:1
Card sample
#eeeef3 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeef3;
Background color
Panel with #eeeef3 background
background-color: #eeeef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 238, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 238, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeef3; background: linear-gradient(135deg, #eeeef3, #F1EEF3);