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