#eeeaef
a pale, muted violet · warm · closest name: white
RGB
238, 234, 239
HSL
288°, 14%, 93%
CMYK
0, 2, 0, 6
Luminance
0.8325
Every format
| HEX | #eeeaef |
| RGB | rgb(238, 234, 239) |
| HSL | hsl(288, 14%, 93%) |
| CMYK | cmyk(0%, 2%, 0%, 6%) |
| LAB | lab(93.1 2.2 -1.9) |
| LCH | lch(93.1 3.0 319.0) |
| OKLCH | oklch(0.942 0.008 319.4) |
Copy-ready code
/* CSS */
color: #eeeaef;
background-color: #eeeaef;
/* Tailwind (arbitrary) */
class="text-[#eeeaef] bg-[#eeeaef]"
/* SCSS */
$brand: #eeeaef;
/* SwiftUI */
Color(red: 0.933, green: 0.918, blue: 0.937)
/* Android */
Color.parseColor("#eeeaef")Accessibility — WCAG contrast
Aa
#eeeaef on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeaef on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.8%
Blue93.7%
CMYK percentages
Cyan0.4%
Magenta2.1%
Yellow0.0%
Key (black)6.3%
Color previews
#eeeaef text on a black background
contrast 17.65:1
Card sample
#eeeaef text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeaef;
Background color
Panel with #eeeaef background
background-color: #eeeaef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeaef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 234, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 234, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeaef; background: linear-gradient(135deg, #eeeaef, #EFEAED);