#eeeff6
a pale, soft blue · warm · closest name: white
RGB
238, 239, 246
HSL
233°, 31%, 95%
CMYK
3, 3, 0, 4
Luminance
0.8656
Every format
| HEX | #eeeff6 |
| RGB | rgb(238, 239, 246) |
| HSL | hsl(233, 31%, 95%) |
| CMYK | cmyk(3%, 3%, 0%, 4%) |
| LAB | lab(94.5 0.9 -3.5) |
| LCH | lch(94.5 3.6 284.9) |
| OKLCH | oklch(0.953 0.009 279.7) |
Copy-ready code
/* CSS */
color: #eeeff6;
background-color: #eeeff6;
/* Tailwind (arbitrary) */
class="text-[#eeeff6] bg-[#eeeff6]"
/* SCSS */
$brand: #eeeff6;
/* SwiftUI */
Color(red: 0.933, green: 0.937, blue: 0.965)
/* Android */
Color.parseColor("#eeeff6")Accessibility — WCAG contrast
Aa
#eeeff6 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeff6 on black: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.7%
Blue96.5%
CMYK percentages
Cyan3.3%
Magenta2.8%
Yellow0.0%
Key (black)3.5%
Color previews
#eeeff6 text on a black background
contrast 18.31:1
Card sample
#eeeff6 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeff6;
Background color
Panel with #eeeff6 background
background-color: #eeeff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 239, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 239, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeff6; background: linear-gradient(135deg, #eeeff6, #F2EEF6);