#e2ebee
a pale, soft cyan · cool · closest name: white
RGB
226, 235, 238
HSL
195°, 26%, 91%
CMYK
5, 1, 0, 7
Luminance
0.8176
Every format
| HEX | #e2ebee |
| RGB | rgb(226, 235, 238) |
| HSL | hsl(195, 26%, 91%) |
| CMYK | cmyk(5%, 1%, 0%, 7%) |
| LAB | lab(92.5 -2.4 -2.5) |
| LCH | lch(92.5 3.5 225.7) |
| OKLCH | oklch(0.934 0.011 219.6) |
Copy-ready code
/* CSS */
color: #e2ebee;
background-color: #e2ebee;
/* Tailwind (arbitrary) */
class="text-[#e2ebee] bg-[#e2ebee]"
/* SCSS */
$brand: #e2ebee;
/* SwiftUI */
Color(red: 0.886, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#e2ebee")Accessibility — WCAG contrast
Aa
#e2ebee on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ebee on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green92.2%
Blue93.3%
CMYK percentages
Cyan5.0%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#e2ebee text on a black background
contrast 17.35:1
Card sample
#e2ebee text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ebee;
Background color
Panel with #e2ebee background
background-color: #e2ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ebee; background: linear-gradient(135deg, #e2ebee, #E2E3EE);