#e6c2cf
a light, soft magenta / pink · warm · closest name: pink
RGB
230, 194, 207
HSL
338°, 42%, 83%
CMYK
0, 16, 10, 10
Luminance
0.5991
Every format
| HEX | #e6c2cf |
| RGB | rgb(230, 194, 207) |
| HSL | hsl(338, 42%, 83%) |
| CMYK | cmyk(0%, 16%, 10%, 10%) |
| LAB | lab(81.8 14.9 -1.7) |
| LCH | lch(81.8 15.0 353.4) |
| OKLCH | oklch(0.849 0.044 354.4) |
Copy-ready code
/* CSS */
color: #e6c2cf;
background-color: #e6c2cf;
/* Tailwind (arbitrary) */
class="text-[#e6c2cf] bg-[#e6c2cf]"
/* SCSS */
$brand: #e6c2cf;
/* SwiftUI */
Color(red: 0.902, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#e6c2cf")Accessibility — WCAG contrast
Aa
#e6c2cf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6c2cf on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green76.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow10.0%
Key (black)9.8%
Color previews
#e6c2cf text on a black background
contrast 12.98:1
Card sample
#e6c2cf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6c2cf;
Background color
Panel with #e6c2cf background
background-color: #e6c2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6c2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6c2cf; background: linear-gradient(135deg, #e6c2cf, #E6CDC2);