#ebdcf0
a pale, soft violet · warm · closest name: lavender
RGB
235, 220, 240
HSL
285°, 40%, 90%
CMYK
2, 8, 0, 6
Luminance
0.7514
Every format
| HEX | #ebdcf0 |
| RGB | rgb(235, 220, 240) |
| HSL | hsl(285, 40%, 90%) |
| CMYK | cmyk(2%, 8%, 0%, 6%) |
| LAB | lab(89.5 8.7 -7.9) |
| LCH | lch(89.5 11.7 317.6) |
| OKLCH | oklch(0.912 0.031 317.7) |
Copy-ready code
/* CSS */
color: #ebdcf0;
background-color: #ebdcf0;
/* Tailwind (arbitrary) */
class="text-[#ebdcf0] bg-[#ebdcf0]"
/* SCSS */
$brand: #ebdcf0;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.941)
/* Android */
Color.parseColor("#ebdcf0")Accessibility — WCAG contrast
Aa
#ebdcf0 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdcf0 on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue94.1%
CMYK percentages
Cyan2.1%
Magenta8.3%
Yellow0.0%
Key (black)5.9%
Color previews
#ebdcf0 text on a black background
contrast 16.03:1
Card sample
#ebdcf0 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdcf0;
Background color
Panel with #ebdcf0 background
background-color: #ebdcf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdcf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdcf0; background: linear-gradient(135deg, #ebdcf0, #F0DCE8);