#ebdcf6
a pale, vivid violet · warm · closest name: lavender
RGB
235, 220, 246
HSL
275°, 59%, 91%
CMYK
5, 11, 0, 4
Luminance
0.7550
Every format
| HEX | #ebdcf6 |
| RGB | rgb(235, 220, 246) |
| HSL | hsl(275, 59%, 91%) |
| CMYK | cmyk(5%, 11%, 0%, 4%) |
| LAB | lab(89.6 9.8 -10.8) |
| LCH | lch(89.6 14.6 312.2) |
| OKLCH | oklch(0.914 0.038 311.1) |
Copy-ready code
/* CSS */
color: #ebdcf6;
background-color: #ebdcf6;
/* Tailwind (arbitrary) */
class="text-[#ebdcf6] bg-[#ebdcf6]"
/* SCSS */
$brand: #ebdcf6;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.965)
/* Android */
Color.parseColor("#ebdcf6")Accessibility — WCAG contrast
Aa
#ebdcf6 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdcf6 on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue96.5%
CMYK percentages
Cyan4.5%
Magenta10.6%
Yellow0.0%
Key (black)3.5%
Color previews
#ebdcf6 text on a black background
contrast 16.10:1
Card sample
#ebdcf6 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdcf6;
Background color
Panel with #ebdcf6 background
background-color: #ebdcf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdcf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdcf6; background: linear-gradient(135deg, #ebdcf6, #F6DCF0);