#e2f2ee
a pale, soft cyan · cool · closest name: white
RGB
226, 242, 238
HSL
165°, 38%, 92%
CMYK
7, 0, 2, 5
Luminance
0.8585
Every format
| HEX | #e2f2ee |
| RGB | rgb(226, 242, 238) |
| HSL | hsl(165, 38%, 92%) |
| CMYK | cmyk(7%, 0%, 2%, 5%) |
| LAB | lab(94.3 -6.0 0.1) |
| LCH | lch(94.3 6.0 178.9) |
| OKLCH | oklch(0.948 0.018 179.3) |
Copy-ready code
/* CSS */
color: #e2f2ee;
background-color: #e2f2ee;
/* Tailwind (arbitrary) */
class="text-[#e2f2ee] bg-[#e2f2ee]"
/* SCSS */
$brand: #e2f2ee;
/* SwiftUI */
Color(red: 0.886, green: 0.949, blue: 0.933)
/* Android */
Color.parseColor("#e2f2ee")Accessibility — WCAG contrast
Aa
#e2f2ee on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2f2ee on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green94.9%
Blue93.3%
CMYK percentages
Cyan6.6%
Magenta0.0%
Yellow1.7%
Key (black)5.1%
Color previews
#e2f2ee text on a black background
contrast 18.17:1
Card sample
#e2f2ee text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2f2ee;
Background color
Panel with #e2f2ee background
background-color: #e2f2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2f2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 242, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 242, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2f2ee; background: linear-gradient(135deg, #e2f2ee, #E2EBF2);