#e8cbdf
a pale, soft magenta / pink · warm · closest name: lavender
RGB
232, 203, 223
HSL
319°, 39%, 85%
CMYK
0, 13, 4, 9
Luminance
0.6520
Every format
| HEX | #e8cbdf |
| RGB | rgb(232, 203, 223) |
| HSL | hsl(319, 39%, 85%) |
| CMYK | cmyk(0%, 13%, 4%, 9%) |
| LAB | lab(84.6 13.5 -6.1) |
| LCH | lch(84.6 14.9 335.6) |
| OKLCH | oklch(0.872 0.042 337.2) |
Copy-ready code
/* CSS */
color: #e8cbdf;
background-color: #e8cbdf;
/* Tailwind (arbitrary) */
class="text-[#e8cbdf] bg-[#e8cbdf]"
/* SCSS */
$brand: #e8cbdf;
/* SwiftUI */
Color(red: 0.910, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#e8cbdf")Accessibility — WCAG contrast
Aa
#e8cbdf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8cbdf on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green79.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow3.9%
Key (black)9.0%
Color previews
#e8cbdf text on a black background
contrast 14.04:1
Card sample
#e8cbdf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8cbdf;
Background color
Panel with #e8cbdf background
background-color: #e8cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8cbdf; background: linear-gradient(135deg, #e8cbdf, #E8CBCC);