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