#eff1f3
a pale, muted blue · cool · closest name: white
RGB
239, 241, 243
HSL
210°, 14%, 95%
CMYK
2, 1, 0, 5
Luminance
0.8773
Every format
| HEX | #eff1f3 |
| RGB | rgb(239, 241, 243) |
| HSL | hsl(210, 14%, 95%) |
| CMYK | cmyk(2%, 1%, 0%, 5%) |
| LAB | lab(95.0 -0.3 -1.2) |
| LCH | lch(95.0 1.2 255.5) |
| OKLCH | oklch(0.957 0.003 247.9) |
Copy-ready code
/* CSS */
color: #eff1f3;
background-color: #eff1f3;
/* Tailwind (arbitrary) */
class="text-[#eff1f3] bg-[#eff1f3]"
/* SCSS */
$brand: #eff1f3;
/* SwiftUI */
Color(red: 0.937, green: 0.945, blue: 0.953)
/* Android */
Color.parseColor("#eff1f3")Accessibility — WCAG contrast
Aa
#eff1f3 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eff1f3 on black: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green94.5%
Blue95.3%
CMYK percentages
Cyan1.6%
Magenta0.8%
Yellow0.0%
Key (black)4.7%
Color previews
#eff1f3 text on a black background
contrast 18.55:1
Card sample
#eff1f3 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eff1f3;
Background color
Panel with #eff1f3 background
background-color: #eff1f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eff1f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 241, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 241, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eff1f3; background: linear-gradient(135deg, #eff1f3, #F0EFF3);