#eef2f5
a pale, soft blue · cool · closest name: white
RGB
238, 242, 245
HSL
206°, 26%, 95%
CMYK
3, 1, 0, 4
Luminance
0.8827
Every format
| HEX | #eef2f5 |
| RGB | rgb(238, 242, 245) |
| HSL | hsl(206, 26%, 95%) |
| CMYK | cmyk(3%, 1%, 0%, 4%) |
| LAB | lab(95.3 -0.8 -1.9) |
| LCH | lch(95.3 2.1 247.8) |
| OKLCH | oklch(0.959 0.006 239.8) |
Copy-ready code
/* CSS */
color: #eef2f5;
background-color: #eef2f5;
/* Tailwind (arbitrary) */
class="text-[#eef2f5] bg-[#eef2f5]"
/* SCSS */
$brand: #eef2f5;
/* SwiftUI */
Color(red: 0.933, green: 0.949, blue: 0.961)
/* Android */
Color.parseColor("#eef2f5")Accessibility — WCAG contrast
Aa
#eef2f5 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef2f5 on black: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green94.9%
Blue96.1%
CMYK percentages
Cyan2.9%
Magenta1.2%
Yellow0.0%
Key (black)3.9%
Color previews
#eef2f5 text on a black background
contrast 18.65:1
Card sample
#eef2f5 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef2f5;
Background color
Panel with #eef2f5 background
background-color: #eef2f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef2f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 242, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 242, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef2f5; background: linear-gradient(135deg, #eef2f5, #EFEEF5);