#ebcdf0
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
235, 205, 240
HSL
291°, 54%, 87%
CMYK
2, 15, 0, 6
Luminance
0.6762
Every format
| HEX | #ebcdf0 |
| RGB | rgb(235, 205, 240) |
| HSL | hsl(291, 54%, 87%) |
| CMYK | cmyk(2%, 15%, 0%, 6%) |
| LAB | lab(85.8 16.6 -13.3) |
| LCH | lch(85.8 21.2 321.2) |
| OKLCH | oklch(0.884 0.057 321.4) |
Copy-ready code
/* CSS */
color: #ebcdf0;
background-color: #ebcdf0;
/* Tailwind (arbitrary) */
class="text-[#ebcdf0] bg-[#ebcdf0]"
/* SCSS */
$brand: #ebcdf0;
/* SwiftUI */
Color(red: 0.922, green: 0.804, blue: 0.941)
/* Android */
Color.parseColor("#ebcdf0")Accessibility — WCAG contrast
Aa
#ebcdf0 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebcdf0 on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green80.4%
Blue94.1%
CMYK percentages
Cyan2.1%
Magenta14.6%
Yellow0.0%
Key (black)5.9%
Color previews
#ebcdf0 text on a black background
contrast 14.52:1
Card sample
#ebcdf0 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebcdf0;
Background color
Panel with #ebcdf0 background
background-color: #ebcdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebcdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 205, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 205, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebcdf0; background: linear-gradient(135deg, #ebcdf0, #F0CDDE);