#eef8f6
a pale, soft cyan · cool · closest name: white
RGB
238, 248, 246
HSL
168°, 42%, 95%
CMYK
4, 0, 1, 3
Luminance
0.9197
Every format
| HEX | #eef8f6 |
| RGB | rgb(238, 248, 246) |
| HSL | hsl(168, 42%, 95%) |
| CMYK | cmyk(4%, 0%, 1%, 3%) |
| LAB | lab(96.8 -3.6 -0.2) |
| LCH | lch(96.8 3.6 182.8) |
| OKLCH | oklch(0.971 0.011 182.9) |
Copy-ready code
/* CSS */
color: #eef8f6;
background-color: #eef8f6;
/* Tailwind (arbitrary) */
class="text-[#eef8f6] bg-[#eef8f6]"
/* SCSS */
$brand: #eef8f6;
/* SwiftUI */
Color(red: 0.933, green: 0.973, blue: 0.965)
/* Android */
Color.parseColor("#eef8f6")Accessibility — WCAG contrast
Aa
#eef8f6 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef8f6 on black: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green97.3%
Blue96.5%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow0.8%
Key (black)2.7%
Color previews
#eef8f6 text on a black background
contrast 19.39:1
Card sample
#eef8f6 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef8f6;
Background color
Panel with #eef8f6 background
background-color: #eef8f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef8f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 248, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 248, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef8f6; background: linear-gradient(135deg, #eef8f6, #EEF3F8);