#ebcdf8
a pale, electric violet · warm · closest name: lavender
RGB
235, 205, 248
HSL
282°, 75%, 89%
CMYK
5, 17, 0, 3
Luminance
0.6810
Every format
| HEX | #ebcdf8 |
| RGB | rgb(235, 205, 248) |
| HSL | hsl(282, 75%, 89%) |
| CMYK | cmyk(5%, 17%, 0%, 3%) |
| LAB | lab(86.1 18.1 -17.2) |
| LCH | lch(86.1 24.9 316.4) |
| OKLCH | oklch(0.887 0.066 315.7) |
Copy-ready code
/* CSS */
color: #ebcdf8;
background-color: #ebcdf8;
/* Tailwind (arbitrary) */
class="text-[#ebcdf8] bg-[#ebcdf8]"
/* SCSS */
$brand: #ebcdf8;
/* SwiftUI */
Color(red: 0.922, green: 0.804, blue: 0.973)
/* Android */
Color.parseColor("#ebcdf8")Accessibility — WCAG contrast
Aa
#ebcdf8 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebcdf8 on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green80.4%
Blue97.3%
CMYK percentages
Cyan5.2%
Magenta17.3%
Yellow0.0%
Key (black)2.7%
Color previews
#ebcdf8 text on a black background
contrast 14.62:1
Card sample
#ebcdf8 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebcdf8;
Background color
Panel with #ebcdf8 background
background-color: #ebcdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebcdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 205, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 205, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebcdf8; background: linear-gradient(135deg, #ebcdf8, #F8CDE8);