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