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