#e3c1cf
a light, soft magenta / pink · warm · closest name: pink
RGB
227, 193, 207
HSL
335°, 38%, 82%
CMYK
0, 15, 9, 11
Luminance
0.5898
Every format
| HEX | #e3c1cf |
| RGB | rgb(227, 193, 207) |
| HSL | hsl(335, 38%, 82%) |
| CMYK | cmyk(0%, 15%, 9%, 11%) |
| LAB | lab(81.3 14.3 -2.5) |
| LCH | lch(81.3 14.6 350.1) |
| OKLCH | oklch(0.844 0.043 351.3) |
Copy-ready code
/* CSS */
color: #e3c1cf;
background-color: #e3c1cf;
/* Tailwind (arbitrary) */
class="text-[#e3c1cf] bg-[#e3c1cf]"
/* SCSS */
$brand: #e3c1cf;
/* SwiftUI */
Color(red: 0.890, green: 0.757, blue: 0.812)
/* Android */
Color.parseColor("#e3c1cf")Accessibility — WCAG contrast
Aa
#e3c1cf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3c1cf on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green75.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow8.8%
Key (black)11.0%
Color previews
#e3c1cf text on a black background
contrast 12.80:1
Card sample
#e3c1cf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3c1cf;
Background color
Panel with #e3c1cf background
background-color: #e3c1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3c1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 193, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 193, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3c1cf; background: linear-gradient(135deg, #e3c1cf, #E3CAC1);