#ebe3fc
a pale, electric violet · warm · closest name: lavender
RGB
235, 227, 252
HSL
259°, 81%, 94%
CMYK
7, 10, 0, 1
Luminance
0.7963
Every format
| HEX | #ebe3fc |
| RGB | rgb(235, 227, 252) |
| HSL | hsl(259, 81%, 94%) |
| CMYK | cmyk(7%, 10%, 0%, 1%) |
| LAB | lab(91.5 7.3 -11.1) |
| LCH | lch(91.5 13.3 303.1) |
| OKLCH | oklch(0.930 0.035 300.3) |
Copy-ready code
/* CSS */
color: #ebe3fc;
background-color: #ebe3fc;
/* Tailwind (arbitrary) */
class="text-[#ebe3fc] bg-[#ebe3fc]"
/* SCSS */
$brand: #ebe3fc;
/* SwiftUI */
Color(red: 0.922, green: 0.890, blue: 0.988)
/* Android */
Color.parseColor("#ebe3fc")Accessibility — WCAG contrast
Aa
#ebe3fc on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebe3fc on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green89.0%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta9.9%
Yellow0.0%
Key (black)1.2%
Color previews
#ebe3fc text on a black background
contrast 16.93:1
Card sample
#ebe3fc text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebe3fc;
Background color
Panel with #ebe3fc background
background-color: #ebe3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebe3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 227, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 227, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebe3fc; background: linear-gradient(135deg, #ebe3fc, #FCE3FC);