#ebecf2
a pale, soft blue · warm · closest name: white
RGB
235, 236, 242
HSL
231°, 21%, 94%
CMYK
3, 3, 0, 5
Luminance
0.8406
Every format
| HEX | #ebecf2 |
| RGB | rgb(235, 236, 242) |
| HSL | hsl(231, 21%, 94%) |
| CMYK | cmyk(3%, 3%, 0%, 5%) |
| LAB | lab(93.5 0.8 -3.0) |
| LCH | lch(93.5 3.1 284.0) |
| OKLCH | oklch(0.944 0.008 278.6) |
Copy-ready code
/* CSS */
color: #ebecf2;
background-color: #ebecf2;
/* Tailwind (arbitrary) */
class="text-[#ebecf2] bg-[#ebecf2]"
/* SCSS */
$brand: #ebecf2;
/* SwiftUI */
Color(red: 0.922, green: 0.925, blue: 0.949)
/* Android */
Color.parseColor("#ebecf2")Accessibility — WCAG contrast
Aa
#ebecf2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebecf2 on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.5%
Blue94.9%
CMYK percentages
Cyan2.9%
Magenta2.5%
Yellow0.0%
Key (black)5.1%
Color previews
#ebecf2 text on a black background
contrast 17.81:1
Card sample
#ebecf2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebecf2;
Background color
Panel with #ebecf2 background
background-color: #ebecf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebecf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 236, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 236, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebecf2; background: linear-gradient(135deg, #ebecf2, #EFEBF2);