#ebdbf7
a pale, vivid violet · warm · closest name: lavender
RGB
235, 219, 247
HSL
274°, 64%, 91%
CMYK
5, 11, 0, 3
Luminance
0.7504
Every format
| HEX | #ebdbf7 |
| RGB | rgb(235, 219, 247) |
| HSL | hsl(274, 64%, 91%) |
| CMYK | cmyk(5%, 11%, 0%, 3%) |
| LAB | lab(89.4 10.5 -11.6) |
| LCH | lch(89.4 15.7 312.0) |
| OKLCH | oklch(0.913 0.041 310.9) |
Copy-ready code
/* CSS */
color: #ebdbf7;
background-color: #ebdbf7;
/* Tailwind (arbitrary) */
class="text-[#ebdbf7] bg-[#ebdbf7]"
/* SCSS */
$brand: #ebdbf7;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.969)
/* Android */
Color.parseColor("#ebdbf7")Accessibility — WCAG contrast
Aa
#ebdbf7 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdbf7 on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue96.9%
CMYK percentages
Cyan4.9%
Magenta11.3%
Yellow0.0%
Key (black)3.1%
Color previews
#ebdbf7 text on a black background
contrast 16.01:1
Card sample
#ebdbf7 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdbf7;
Background color
Panel with #ebdbf7 background
background-color: #ebdbf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdbf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdbf7; background: linear-gradient(135deg, #ebdbf7, #F7DBF0);