#ebebff
a pale, electric blue · warm · “lavender”
RGB
235, 235, 255
HSL
240°, 100%, 96%
CMYK
8, 8, 0, 0
Luminance
0.8430
Every format
| HEX | #ebebff |
| RGB | rgb(235, 235, 255) |
| HSL | hsl(240, 100%, 96%) |
| CMYK | cmyk(8%, 8%, 0%, 0%) |
| LAB | lab(93.6 3.7 -9.6) |
| LCH | lch(93.6 10.3 291.0) |
| OKLCH | oklch(0.946 0.027 285.9) |
Copy-ready code
/* CSS */
color: #ebebff;
background-color: #ebebff;
/* Tailwind (arbitrary) */
class="text-[#ebebff] bg-[#ebebff]"
/* SCSS */
$brand: #ebebff;
/* SwiftUI */
Color(red: 0.922, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#ebebff")Accessibility — WCAG contrast
Aa
#ebebff on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebebff on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.2%
Blue100.0%
CMYK percentages
Cyan7.8%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#ebebff text on a black background
contrast 17.86:1
Card sample
#ebebff text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebebff;
Background color
Panel with #ebebff background
background-color: #ebebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebebff; background: linear-gradient(135deg, #ebebff, #F8EBFF);