#eef5f8
a pale, soft cyan · cool · closest name: white
RGB
238, 245, 248
HSL
198°, 42%, 95%
CMYK
4, 1, 0, 3
Luminance
0.9026
Every format
| HEX | #eef5f8 |
| RGB | rgb(238, 245, 248) |
| HSL | hsl(198, 42%, 95%) |
| CMYK | cmyk(4%, 1%, 0%, 3%) |
| LAB | lab(96.1 -1.8 -2.2) |
| LCH | lch(96.1 2.9 231.8) |
| OKLCH | oklch(0.966 0.009 225.1) |
Copy-ready code
/* CSS */
color: #eef5f8;
background-color: #eef5f8;
/* Tailwind (arbitrary) */
class="text-[#eef5f8] bg-[#eef5f8]"
/* SCSS */
$brand: #eef5f8;
/* SwiftUI */
Color(red: 0.933, green: 0.961, blue: 0.973)
/* Android */
Color.parseColor("#eef5f8")Accessibility — WCAG contrast
Aa
#eef5f8 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef5f8 on black: 19.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green96.1%
Blue97.3%
CMYK percentages
Cyan4.0%
Magenta1.2%
Yellow0.0%
Key (black)2.7%
Color previews
#eef5f8 text on a black background
contrast 19.05:1
Card sample
#eef5f8 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef5f8;
Background color
Panel with #eef5f8 background
background-color: #eef5f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef5f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 245, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 245, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef5f8; background: linear-gradient(135deg, #eef5f8, #EEEEF8);