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