#e7c2cf
a light, soft magenta / pink · warm · closest name: pink
RGB
231, 194, 207
HSL
339°, 44%, 83%
CMYK
0, 16, 10, 9
Luminance
0.6008
Every format
| HEX | #e7c2cf |
| RGB | rgb(231, 194, 207) |
| HSL | hsl(339, 44%, 83%) |
| CMYK | cmyk(0%, 16%, 10%, 9%) |
| LAB | lab(81.9 15.2 -1.6) |
| LCH | lch(81.9 15.3 354.1) |
| OKLCH | oklch(0.850 0.045 355.0) |
Copy-ready code
/* CSS */
color: #e7c2cf;
background-color: #e7c2cf;
/* Tailwind (arbitrary) */
class="text-[#e7c2cf] bg-[#e7c2cf]"
/* SCSS */
$brand: #e7c2cf;
/* SwiftUI */
Color(red: 0.906, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#e7c2cf")Accessibility — WCAG contrast
Aa
#e7c2cf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7c2cf on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green76.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow10.4%
Key (black)9.4%
Color previews
#e7c2cf text on a black background
contrast 13.02:1
Card sample
#e7c2cf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7c2cf;
Background color
Panel with #e7c2cf background
background-color: #e7c2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7c2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7c2cf; background: linear-gradient(135deg, #e7c2cf, #E7CEC2);