#ebecf7
a pale, soft blue · warm · closest name: lavender
RGB
235, 236, 247
HSL
235°, 43%, 95%
CMYK
5, 5, 0, 3
Luminance
0.8437
Every format
| HEX | #ebecf7 |
| RGB | rgb(235, 236, 247) |
| HSL | hsl(235, 43%, 95%) |
| CMYK | cmyk(5%, 5%, 0%, 3%) |
| LAB | lab(93.6 1.7 -5.4) |
| LCH | lch(93.6 5.7 287.1) |
| OKLCH | oklch(0.946 0.015 281.9) |
Copy-ready code
/* CSS */
color: #ebecf7;
background-color: #ebecf7;
/* Tailwind (arbitrary) */
class="text-[#ebecf7] bg-[#ebecf7]"
/* SCSS */
$brand: #ebecf7;
/* SwiftUI */
Color(red: 0.922, green: 0.925, blue: 0.969)
/* Android */
Color.parseColor("#ebecf7")Accessibility — WCAG contrast
Aa
#ebecf7 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebecf7 on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.5%
Blue96.9%
CMYK percentages
Cyan4.9%
Magenta4.5%
Yellow0.0%
Key (black)3.1%
Color previews
#ebecf7 text on a black background
contrast 17.87:1
Card sample
#ebecf7 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebecf7;
Background color
Panel with #ebecf7 background
background-color: #ebecf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebecf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 236, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 236, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebecf7; background: linear-gradient(135deg, #ebecf7, #F2EBF7);