#ebeefa
a pale, vivid blue · warm · closest name: lavender
RGB
235, 238, 250
HSL
228°, 60%, 95%
CMYK
6, 5, 0, 2
Luminance
0.8571
Every format
| HEX | #ebeefa |
| RGB | rgb(235, 238, 250) |
| HSL | hsl(228, 60%, 95%) |
| CMYK | cmyk(6%, 5%, 0%, 2%) |
| LAB | lab(94.2 1.2 -6.1) |
| LCH | lch(94.2 6.2 281.1) |
| OKLCH | oklch(0.950 0.016 274.8) |
Copy-ready code
/* CSS */
color: #ebeefa;
background-color: #ebeefa;
/* Tailwind (arbitrary) */
class="text-[#ebeefa] bg-[#ebeefa]"
/* SCSS */
$brand: #ebeefa;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.980)
/* Android */
Color.parseColor("#ebeefa")Accessibility — WCAG contrast
Aa
#ebeefa on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeefa on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue98.0%
CMYK percentages
Cyan6.0%
Magenta4.8%
Yellow0.0%
Key (black)2.0%
Color previews
#ebeefa text on a black background
contrast 18.14:1
Card sample
#ebeefa text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeefa;
Background color
Panel with #ebeefa background
background-color: #ebeefa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeefa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeefa; background: linear-gradient(135deg, #ebeefa, #F2EBFA);