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