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