#ebdbf9
a pale, vivid violet · warm · closest name: lavender
RGB
235, 219, 249
HSL
272°, 71%, 92%
CMYK
6, 12, 0, 2
Luminance
0.7516
Every format
| HEX | #ebdbf9 |
| RGB | rgb(235, 219, 249) |
| HSL | hsl(272, 71%, 92%) |
| CMYK | cmyk(6%, 12%, 0%, 2%) |
| LAB | lab(89.5 10.9 -12.6) |
| LCH | lch(89.5 16.6 310.8) |
| OKLCH | oklch(0.913 0.044 309.3) |
Copy-ready code
/* CSS */
color: #ebdbf9;
background-color: #ebdbf9;
/* Tailwind (arbitrary) */
class="text-[#ebdbf9] bg-[#ebdbf9]"
/* SCSS */
$brand: #ebdbf9;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.976)
/* Android */
Color.parseColor("#ebdbf9")Accessibility — WCAG contrast
Aa
#ebdbf9 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdbf9 on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue97.6%
CMYK percentages
Cyan5.6%
Magenta12.0%
Yellow0.0%
Key (black)2.4%
Color previews
#ebdbf9 text on a black background
contrast 16.03:1
Card sample
#ebdbf9 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdbf9;
Background color
Panel with #ebdbf9 background
background-color: #ebdbf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdbf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdbf9; background: linear-gradient(135deg, #ebdbf9, #F9DBF3);