#ebdbfc
a pale, electric violet · warm · closest name: lavender
RGB
235, 219, 252
HSL
269°, 85%, 92%
CMYK
7, 13, 0, 1
Luminance
0.7535
Every format
| HEX | #ebdbfc |
| RGB | rgb(235, 219, 252) |
| HSL | hsl(269, 85%, 92%) |
| CMYK | cmyk(7%, 13%, 0%, 1%) |
| LAB | lab(89.6 11.4 -14.1) |
| LCH | lch(89.6 18.1 309.2) |
| OKLCH | oklch(0.914 0.047 307.2) |
Copy-ready code
/* CSS */
color: #ebdbfc;
background-color: #ebdbfc;
/* Tailwind (arbitrary) */
class="text-[#ebdbfc] bg-[#ebdbfc]"
/* SCSS */
$brand: #ebdbfc;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.988)
/* Android */
Color.parseColor("#ebdbfc")Accessibility — WCAG contrast
Aa
#ebdbfc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdbfc on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta13.1%
Yellow0.0%
Key (black)1.2%
Color previews
#ebdbfc text on a black background
contrast 16.07:1
Card sample
#ebdbfc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdbfc;
Background color
Panel with #ebdbfc background
background-color: #ebdbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdbfc; background: linear-gradient(135deg, #ebdbfc, #FCDBF7);