#e3c2cf
a light, soft magenta / pink · warm · closest name: pink
RGB
227, 194, 207
HSL
336°, 37%, 83%
CMYK
0, 15, 9, 11
Luminance
0.5942
Every format
| HEX | #e3c2cf |
| RGB | rgb(227, 194, 207) |
| HSL | hsl(336, 37%, 83%) |
| CMYK | cmyk(0%, 15%, 9%, 11%) |
| LAB | lab(81.5 13.8 -2.1) |
| LCH | lch(81.5 14.0 351.2) |
| OKLCH | oklch(0.846 0.041 352.3) |
Copy-ready code
/* CSS */
color: #e3c2cf;
background-color: #e3c2cf;
/* Tailwind (arbitrary) */
class="text-[#e3c2cf] bg-[#e3c2cf]"
/* SCSS */
$brand: #e3c2cf;
/* SwiftUI */
Color(red: 0.890, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#e3c2cf")Accessibility — WCAG contrast
Aa
#e3c2cf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3c2cf on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green76.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow8.8%
Key (black)11.0%
Color previews
#e3c2cf text on a black background
contrast 12.88:1
Card sample
#e3c2cf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3c2cf;
Background color
Panel with #e3c2cf background
background-color: #e3c2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3c2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3c2cf; background: linear-gradient(135deg, #e3c2cf, #E3CBC2);