#ebebf1
a pale, soft blue · warm · closest name: lavender
RGB
235, 235, 241
HSL
240°, 18%, 93%
CMYK
3, 3, 0, 6
Luminance
0.8343
Every format
| HEX | #ebebf1 |
| RGB | rgb(235, 235, 241) |
| HSL | hsl(240, 18%, 93%) |
| CMYK | cmyk(3%, 3%, 0%, 6%) |
| LAB | lab(93.2 1.1 -2.9) |
| LCH | lch(93.2 3.1 290.4) |
| OKLCH | oklch(0.942 0.008 286.2) |
Copy-ready code
/* CSS */
color: #ebebf1;
background-color: #ebebf1;
/* Tailwind (arbitrary) */
class="text-[#ebebf1] bg-[#ebebf1]"
/* SCSS */
$brand: #ebebf1;
/* SwiftUI */
Color(red: 0.922, green: 0.922, blue: 0.945)
/* Android */
Color.parseColor("#ebebf1")Accessibility — WCAG contrast
Aa
#ebebf1 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebebf1 on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.2%
Blue94.5%
CMYK percentages
Cyan2.5%
Magenta2.5%
Yellow0.0%
Key (black)5.5%
Color previews
#ebebf1 text on a black background
contrast 17.69:1
Card sample
#ebebf1 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebebf1;
Background color
Panel with #ebebf1 background
background-color: #ebebf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebebf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 235, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 235, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebebf1; background: linear-gradient(135deg, #ebebf1, #EFEBF1);