#ebdbf5
a pale, vivid violet · warm · closest name: lavender
RGB
235, 219, 245
HSL
277°, 57%, 91%
CMYK
4, 11, 0, 4
Luminance
0.7492
Every format
| HEX | #ebdbf5 |
| RGB | rgb(235, 219, 245) |
| HSL | hsl(277, 57%, 91%) |
| CMYK | cmyk(4%, 11%, 0%, 4%) |
| LAB | lab(89.3 10.1 -10.7) |
| LCH | lch(89.3 14.7 313.4) |
| OKLCH | oklch(0.912 0.039 312.6) |
Copy-ready code
/* CSS */
color: #ebdbf5;
background-color: #ebdbf5;
/* Tailwind (arbitrary) */
class="text-[#ebdbf5] bg-[#ebdbf5]"
/* SCSS */
$brand: #ebdbf5;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.961)
/* Android */
Color.parseColor("#ebdbf5")Accessibility — WCAG contrast
Aa
#ebdbf5 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdbf5 on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue96.1%
CMYK percentages
Cyan4.1%
Magenta10.6%
Yellow0.0%
Key (black)3.9%
Color previews
#ebdbf5 text on a black background
contrast 15.98:1
Card sample
#ebdbf5 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdbf5;
Background color
Panel with #ebdbf5 background
background-color: #ebdbf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdbf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdbf5; background: linear-gradient(135deg, #ebdbf5, #F5DBEE);