#e2cbdf
a light, soft magenta / pink · warm · closest name: lavender
RGB
226, 203, 223
HSL
308°, 28%, 84%
CMYK
0, 10, 1, 11
Luminance
0.6421
Every format
| HEX | #e2cbdf |
| RGB | rgb(226, 203, 223) |
| HSL | hsl(308, 28%, 84%) |
| CMYK | cmyk(0%, 10%, 1%, 11%) |
| LAB | lab(84.1 11.5 -7.0) |
| LCH | lch(84.1 13.4 328.8) |
| OKLCH | oklch(0.867 0.037 330.1) |
Copy-ready code
/* CSS */
color: #e2cbdf;
background-color: #e2cbdf;
/* Tailwind (arbitrary) */
class="text-[#e2cbdf] bg-[#e2cbdf]"
/* SCSS */
$brand: #e2cbdf;
/* SwiftUI */
Color(red: 0.886, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#e2cbdf")Accessibility — WCAG contrast
Aa
#e2cbdf on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2cbdf on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green79.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow1.3%
Key (black)11.4%
Color previews
#e2cbdf text on a black background
contrast 13.84:1
Card sample
#e2cbdf text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2cbdf;
Background color
Panel with #e2cbdf background
background-color: #e2cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2cbdf; background: linear-gradient(135deg, #e2cbdf, #E2CBD0);