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