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