#ebecef
a pale, muted blue · warm · closest name: white
RGB
235, 236, 239
HSL
225°, 11%, 93%
CMYK
2, 1, 0, 6
Luminance
0.8389
Every format
| HEX | #ebecef |
| RGB | rgb(235, 236, 239) |
| HSL | hsl(225, 11%, 93%) |
| CMYK | cmyk(2%, 1%, 0%, 6%) |
| LAB | lab(93.4 0.2 -1.6) |
| LCH | lch(93.4 1.6 277.3) |
| OKLCH | oklch(0.943 0.004 271.4) |
Copy-ready code
/* CSS */
color: #ebecef;
background-color: #ebecef;
/* Tailwind (arbitrary) */
class="text-[#ebecef] bg-[#ebecef]"
/* SCSS */
$brand: #ebecef;
/* SwiftUI */
Color(red: 0.922, green: 0.925, blue: 0.937)
/* Android */
Color.parseColor("#ebecef")Accessibility — WCAG contrast
Aa
#ebecef on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebecef on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.5%
Blue93.7%
CMYK percentages
Cyan1.7%
Magenta1.3%
Yellow0.0%
Key (black)6.3%
Color previews
#ebecef text on a black background
contrast 17.78:1
Card sample
#ebecef text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebecef;
Background color
Panel with #ebecef background
background-color: #ebecef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebecef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 236, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 236, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebecef; background: linear-gradient(135deg, #ebecef, #EDEBEF);