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