#ebeef5
a pale, soft blue · cool · closest name: white
RGB
235, 238, 245
HSL
222°, 33%, 94%
CMYK
4, 3, 0, 4
Luminance
0.8540
Every format
| HEX | #ebeef5 |
| RGB | rgb(235, 238, 245) |
| HSL | hsl(222, 33%, 94%) |
| CMYK | cmyk(4%, 3%, 0%, 4%) |
| LAB | lab(94.1 0.3 -3.7) |
| LCH | lch(94.1 3.7 274.2) |
| OKLCH | oklch(0.949 0.010 267.4) |
Copy-ready code
/* CSS */
color: #ebeef5;
background-color: #ebeef5;
/* Tailwind (arbitrary) */
class="text-[#ebeef5] bg-[#ebeef5]"
/* SCSS */
$brand: #ebeef5;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.961)
/* Android */
Color.parseColor("#ebeef5")Accessibility — WCAG contrast
Aa
#ebeef5 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeef5 on black: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue96.1%
CMYK percentages
Cyan4.1%
Magenta2.9%
Yellow0.0%
Key (black)3.9%
Color previews
#ebeef5 text on a black background
contrast 18.08:1
Card sample
#ebeef5 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeef5;
Background color
Panel with #ebeef5 background
background-color: #ebeef5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeef5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeef5; background: linear-gradient(135deg, #ebeef5, #EFEBF5);