#ebecf6
a pale, soft blue · warm · closest name: lavender
RGB
235, 236, 246
HSL
235°, 38%, 94%
CMYK
5, 4, 0, 4
Luminance
0.8431
Every format
| HEX | #ebecf6 |
| RGB | rgb(235, 236, 246) |
| HSL | hsl(235, 38%, 94%) |
| CMYK | cmyk(5%, 4%, 0%, 4%) |
| LAB | lab(93.6 1.5 -4.9) |
| LCH | lch(93.6 5.2 286.7) |
| OKLCH | oklch(0.945 0.013 281.6) |
Copy-ready code
/* CSS */
color: #ebecf6;
background-color: #ebecf6;
/* Tailwind (arbitrary) */
class="text-[#ebecf6] bg-[#ebecf6]"
/* SCSS */
$brand: #ebecf6;
/* SwiftUI */
Color(red: 0.922, green: 0.925, blue: 0.965)
/* Android */
Color.parseColor("#ebecf6")Accessibility — WCAG contrast
Aa
#ebecf6 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebecf6 on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.5%
Blue96.5%
CMYK percentages
Cyan4.5%
Magenta4.1%
Yellow0.0%
Key (black)3.5%
Color previews
#ebecf6 text on a black background
contrast 17.86:1
Card sample
#ebecf6 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebecf6;
Background color
Panel with #ebecf6 background
background-color: #ebecf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebecf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 236, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 236, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebecf6; background: linear-gradient(135deg, #ebecf6, #F1EBF6);