#eff0f2
a pale, muted blue · cool · closest name: white
RGB
239, 240, 242
HSL
220°, 10%, 94%
CMYK
1, 1, 0, 5
Luminance
0.8708
Every format
| HEX | #eff0f2 |
| RGB | rgb(239, 240, 242) |
| HSL | hsl(220, 10%, 94%) |
| CMYK | cmyk(1%, 1%, 0%, 5%) |
| LAB | lab(94.8 0.0 -1.1) |
| LCH | lch(94.8 1.1 271.1) |
| OKLCH | oklch(0.955 0.003 264.5) |
Copy-ready code
/* CSS */
color: #eff0f2;
background-color: #eff0f2;
/* Tailwind (arbitrary) */
class="text-[#eff0f2] bg-[#eff0f2]"
/* SCSS */
$brand: #eff0f2;
/* SwiftUI */
Color(red: 0.937, green: 0.941, blue: 0.949)
/* Android */
Color.parseColor("#eff0f2")Accessibility — WCAG contrast
Aa
#eff0f2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eff0f2 on black: 18.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green94.1%
Blue94.9%
CMYK percentages
Cyan1.2%
Magenta0.8%
Yellow0.0%
Key (black)5.1%
Color previews
#eff0f2 text on a black background
contrast 18.42:1
Card sample
#eff0f2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eff0f2;
Background color
Panel with #eff0f2 background
background-color: #eff0f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eff0f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 240, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 240, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eff0f2; background: linear-gradient(135deg, #eff0f2, #F0EFF2);