#ebdbf3
a pale, vivid violet · warm · closest name: lavender
RGB
235, 219, 243
HSL
280°, 50%, 91%
CMYK
3, 10, 0, 5
Luminance
0.7480
Every format
| HEX | #ebdbf3 |
| RGB | rgb(235, 219, 243) |
| HSL | hsl(280, 50%, 91%) |
| CMYK | cmyk(3%, 10%, 0%, 5%) |
| LAB | lab(89.3 9.7 -9.7) |
| LCH | lch(89.3 13.8 315.1) |
| OKLCH | oklch(0.911 0.036 314.6) |
Copy-ready code
/* CSS */
color: #ebdbf3;
background-color: #ebdbf3;
/* Tailwind (arbitrary) */
class="text-[#ebdbf3] bg-[#ebdbf3]"
/* SCSS */
$brand: #ebdbf3;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.953)
/* Android */
Color.parseColor("#ebdbf3")Accessibility — WCAG contrast
Aa
#ebdbf3 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdbf3 on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue95.3%
CMYK percentages
Cyan3.3%
Magenta9.9%
Yellow0.0%
Key (black)4.7%
Color previews
#ebdbf3 text on a black background
contrast 15.96:1
Card sample
#ebdbf3 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdbf3;
Background color
Panel with #ebdbf3 background
background-color: #ebdbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdbf3; background: linear-gradient(135deg, #ebdbf3, #F3DBEB);