#ebdcff
a pale, electric violet · warm · closest name: lavender
RGB
235, 220, 255
HSL
266°, 100%, 93%
CMYK
8, 14, 0, 0
Luminance
0.7607
Every format
| HEX | #ebdcff |
| RGB | rgb(235, 220, 255) |
| HSL | hsl(266, 100%, 93%) |
| CMYK | cmyk(8%, 14%, 0%, 0%) |
| LAB | lab(89.9 11.5 -15.1) |
| LCH | lch(89.9 19.0 307.2) |
| OKLCH | oklch(0.917 0.050 304.8) |
Copy-ready code
/* CSS */
color: #ebdcff;
background-color: #ebdcff;
/* Tailwind (arbitrary) */
class="text-[#ebdcff] bg-[#ebdcff]"
/* SCSS */
$brand: #ebdcff;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#ebdcff")Accessibility — WCAG contrast
Aa
#ebdcff on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdcff on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue100.0%
CMYK percentages
Cyan7.8%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#ebdcff text on a black background
contrast 16.21:1
Card sample
#ebdcff text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdcff;
Background color
Panel with #ebdcff background
background-color: #ebdcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdcff; background: linear-gradient(135deg, #ebdcff, #FFDCFC);