#ebedef
a pale, muted blue · cool · closest name: white
RGB
235, 237, 239
HSL
210°, 11%, 93%
CMYK
2, 1, 0, 6
Luminance
0.8446
Every format
| HEX | #ebedef |
| RGB | rgb(235, 237, 239) |
| HSL | hsl(210, 11%, 93%) |
| CMYK | cmyk(2%, 1%, 0%, 6%) |
| LAB | lab(93.7 -0.3 -1.2) |
| LCH | lch(93.7 1.2 255.5) |
| OKLCH | oklch(0.945 0.003 247.9) |
Copy-ready code
/* CSS */
color: #ebedef;
background-color: #ebedef;
/* Tailwind (arbitrary) */
class="text-[#ebedef] bg-[#ebedef]"
/* SCSS */
$brand: #ebedef;
/* SwiftUI */
Color(red: 0.922, green: 0.929, blue: 0.937)
/* Android */
Color.parseColor("#ebedef")Accessibility — WCAG contrast
Aa
#ebedef on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebedef on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.9%
Blue93.7%
CMYK percentages
Cyan1.7%
Magenta0.8%
Yellow0.0%
Key (black)6.3%
Color previews
#ebedef text on a black background
contrast 17.89:1
Card sample
#ebedef text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebedef;
Background color
Panel with #ebedef background
background-color: #ebedef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebedef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 237, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 237, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebedef; background: linear-gradient(135deg, #ebedef, #ECEBEF);