#ebdbf8
a pale, vivid violet · warm · closest name: lavender
RGB
235, 219, 248
HSL
273°, 67%, 92%
CMYK
5, 12, 0, 3
Luminance
0.7510
Every format
| HEX | #ebdbf8 |
| RGB | rgb(235, 219, 248) |
| HSL | hsl(273, 67%, 92%) |
| CMYK | cmyk(5%, 12%, 0%, 3%) |
| LAB | lab(89.4 10.7 -12.1) |
| LCH | lch(89.4 16.2 311.4) |
| OKLCH | oklch(0.913 0.043 310.1) |
Copy-ready code
/* CSS */
color: #ebdbf8;
background-color: #ebdbf8;
/* Tailwind (arbitrary) */
class="text-[#ebdbf8] bg-[#ebdbf8]"
/* SCSS */
$brand: #ebdbf8;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.973)
/* Android */
Color.parseColor("#ebdbf8")Accessibility — WCAG contrast
Aa
#ebdbf8 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdbf8 on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue97.3%
CMYK percentages
Cyan5.2%
Magenta11.7%
Yellow0.0%
Key (black)2.7%
Color previews
#ebdbf8 text on a black background
contrast 16.02:1
Card sample
#ebdbf8 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdbf8;
Background color
Panel with #ebdbf8 background
background-color: #ebdbf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdbf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdbf8; background: linear-gradient(135deg, #ebdbf8, #F8DBF2);