#ebdbf0
a pale, soft violet · warm · closest name: lavender
RGB
235, 219, 240
HSL
286°, 41%, 90%
CMYK
2, 9, 0, 6
Luminance
0.7462
Every format
| HEX | #ebdbf0 |
| RGB | rgb(235, 219, 240) |
| HSL | hsl(286, 41%, 90%) |
| CMYK | cmyk(2%, 9%, 0%, 6%) |
| LAB | lab(89.2 9.2 -8.3) |
| LCH | lch(89.2 12.3 318.0) |
| OKLCH | oklch(0.910 0.033 318.1) |
Copy-ready code
/* CSS */
color: #ebdbf0;
background-color: #ebdbf0;
/* Tailwind (arbitrary) */
class="text-[#ebdbf0] bg-[#ebdbf0]"
/* SCSS */
$brand: #ebdbf0;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.941)
/* Android */
Color.parseColor("#ebdbf0")Accessibility — WCAG contrast
Aa
#ebdbf0 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdbf0 on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue94.1%
CMYK percentages
Cyan2.1%
Magenta8.8%
Yellow0.0%
Key (black)5.9%
Color previews
#ebdbf0 text on a black background
contrast 15.92:1
Card sample
#ebdbf0 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdbf0;
Background color
Panel with #ebdbf0 background
background-color: #ebdbf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdbf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdbf0; background: linear-gradient(135deg, #ebdbf0, #F0DBE7);