#e2edeb
a pale, soft cyan · cool · closest name: white
RGB
226, 237, 235
HSL
169°, 23%, 91%
CMYK
5, 0, 1, 7
Luminance
0.8274
Every format
| HEX | #e2edeb |
| RGB | rgb(226, 237, 235) |
| HSL | hsl(169, 23%, 91%) |
| CMYK | cmyk(5%, 0%, 1%, 7%) |
| LAB | lab(92.9 -4.0 -0.3) |
| LCH | lch(92.9 4.0 184.3) |
| OKLCH | oklch(0.937 0.012 184.1) |
Copy-ready code
/* CSS */
color: #e2edeb;
background-color: #e2edeb;
/* Tailwind (arbitrary) */
class="text-[#e2edeb] bg-[#e2edeb]"
/* SCSS */
$brand: #e2edeb;
/* SwiftUI */
Color(red: 0.886, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#e2edeb")Accessibility — WCAG contrast
Aa
#e2edeb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2edeb on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green92.9%
Blue92.2%
CMYK percentages
Cyan4.6%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#e2edeb text on a black background
contrast 17.55:1
Card sample
#e2edeb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2edeb;
Background color
Panel with #e2edeb background
background-color: #e2edeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2edeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2edeb; background: linear-gradient(135deg, #e2edeb, #E2E8ED);