#e7ebee
a pale, soft blue · cool · closest name: white
RGB
231, 235, 238
HSL
206°, 17%, 92%
CMYK
3, 1, 0, 7
Luminance
0.8258
Every format
| HEX | #e7ebee |
| RGB | rgb(231, 235, 238) |
| HSL | hsl(206, 17%, 92%) |
| CMYK | cmyk(3%, 1%, 0%, 7%) |
| LAB | lab(92.8 -0.8 -1.9) |
| LCH | lch(92.8 2.1 247.6) |
| OKLCH | oklch(0.938 0.006 239.8) |
Copy-ready code
/* CSS */
color: #e7ebee;
background-color: #e7ebee;
/* Tailwind (arbitrary) */
class="text-[#e7ebee] bg-[#e7ebee]"
/* SCSS */
$brand: #e7ebee;
/* SwiftUI */
Color(red: 0.906, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#e7ebee")Accessibility — WCAG contrast
Aa
#e7ebee on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7ebee on black: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green92.2%
Blue93.3%
CMYK percentages
Cyan2.9%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#e7ebee text on a black background
contrast 17.52:1
Card sample
#e7ebee text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7ebee;
Background color
Panel with #e7ebee background
background-color: #e7ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7ebee; background: linear-gradient(135deg, #e7ebee, #E8E7EE);