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