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