#ebecfc
a pale, vivid blue · warm · closest name: lavender
RGB
235, 236, 252
HSL
237°, 74%, 96%
CMYK
7, 6, 0, 1
Luminance
0.8468
Every format
| HEX | #ebecfc |
| RGB | rgb(235, 236, 252) |
| HSL | hsl(237, 74%, 96%) |
| CMYK | cmyk(7%, 6%, 0%, 1%) |
| LAB | lab(93.8 2.6 -7.8) |
| LCH | lch(93.8 8.2 288.4) |
| OKLCH | oklch(0.947 0.021 283.1) |
Copy-ready code
/* CSS */
color: #ebecfc;
background-color: #ebecfc;
/* Tailwind (arbitrary) */
class="text-[#ebecfc] bg-[#ebecfc]"
/* SCSS */
$brand: #ebecfc;
/* SwiftUI */
Color(red: 0.922, green: 0.925, blue: 0.988)
/* Android */
Color.parseColor("#ebecfc")Accessibility — WCAG contrast
Aa
#ebecfc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebecfc on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.5%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta6.3%
Yellow0.0%
Key (black)1.2%
Color previews
#ebecfc text on a black background
contrast 17.94:1
Card sample
#ebecfc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebecfc;
Background color
Panel with #ebecfc background
background-color: #ebecfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebecfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 236, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 236, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebecfc; background: linear-gradient(135deg, #ebecfc, #F5EBFC);