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