#e9c2cf
a light, vivid magenta / pink · warm · closest name: pink
RGB
233, 194, 207
HSL
340°, 47%, 84%
CMYK
0, 17, 11, 9
Luminance
0.6041
Every format
| HEX | #e9c2cf |
| RGB | rgb(233, 194, 207) |
| HSL | hsl(340, 47%, 84%) |
| CMYK | cmyk(0%, 17%, 11%, 9%) |
| LAB | lab(82.1 15.9 -1.3) |
| LCH | lch(82.1 16.0 355.4) |
| OKLCH | oklch(0.851 0.047 356.1) |
Copy-ready code
/* CSS */
color: #e9c2cf;
background-color: #e9c2cf;
/* Tailwind (arbitrary) */
class="text-[#e9c2cf] bg-[#e9c2cf]"
/* SCSS */
$brand: #e9c2cf;
/* SwiftUI */
Color(red: 0.914, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#e9c2cf")Accessibility — WCAG contrast
Aa
#e9c2cf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9c2cf on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green76.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow11.2%
Key (black)8.6%
Color previews
#e9c2cf text on a black background
contrast 13.08:1
Card sample
#e9c2cf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9c2cf;
Background color
Panel with #e9c2cf background
background-color: #e9c2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9c2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9c2cf; background: linear-gradient(135deg, #e9c2cf, #E9CFC2);