#e4cbdf
a light, soft magenta / pink · warm · closest name: lavender
RGB
228, 203, 223
HSL
312°, 32%, 85%
CMYK
0, 11, 2, 11
Luminance
0.6453
Every format
| HEX | #e4cbdf |
| RGB | rgb(228, 203, 223) |
| HSL | hsl(312, 32%, 85%) |
| CMYK | cmyk(0%, 11%, 2%, 11%) |
| LAB | lab(84.2 12.2 -6.7) |
| LCH | lch(84.2 13.9 331.2) |
| OKLCH | oklch(0.869 0.038 332.6) |
Copy-ready code
/* CSS */
color: #e4cbdf;
background-color: #e4cbdf;
/* Tailwind (arbitrary) */
class="text-[#e4cbdf] bg-[#e4cbdf]"
/* SCSS */
$brand: #e4cbdf;
/* SwiftUI */
Color(red: 0.894, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#e4cbdf")Accessibility — WCAG contrast
Aa
#e4cbdf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4cbdf on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green79.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow2.2%
Key (black)10.6%
Color previews
#e4cbdf text on a black background
contrast 13.91:1
Card sample
#e4cbdf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4cbdf;
Background color
Panel with #e4cbdf background
background-color: #e4cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4cbdf; background: linear-gradient(135deg, #e4cbdf, #E4CBCE);