#ebcfeb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
235, 207, 235
HSL
300°, 41%, 87%
CMYK
0, 12, 0, 8
Luminance
0.6829
Every format
| HEX | #ebcfeb |
| RGB | rgb(235, 207, 235) |
| HSL | hsl(300, 41%, 87%) |
| CMYK | cmyk(0%, 12%, 0%, 8%) |
| LAB | lab(86.2 14.6 -10.2) |
| LCH | lch(86.2 17.8 325.1) |
| OKLCH | oklch(0.886 0.048 326.0) |
Copy-ready code
/* CSS */
color: #ebcfeb;
background-color: #ebcfeb;
/* Tailwind (arbitrary) */
class="text-[#ebcfeb] bg-[#ebcfeb]"
/* SCSS */
$brand: #ebcfeb;
/* SwiftUI */
Color(red: 0.922, green: 0.812, blue: 0.922)
/* Android */
Color.parseColor("#ebcfeb")Accessibility — WCAG contrast
Aa
#ebcfeb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebcfeb on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green81.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ebcfeb text on a black background
contrast 14.66:1
Card sample
#ebcfeb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebcfeb;
Background color
Panel with #ebcfeb background
background-color: #ebcfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebcfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 207, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 207, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebcfeb; background: linear-gradient(135deg, #ebcfeb, #EBCFD8);