#ec8cba
a light, vivid magenta / pink · warm · closest name: plum
RGB
236, 140, 186
HSL
331°, 72%, 74%
CMYK
0, 41, 21, 8
Luminance
0.4013
Every format
| HEX | #ec8cba |
| RGB | rgb(236, 140, 186) |
| HSL | hsl(331, 72%, 74%) |
| CMYK | cmyk(0%, 41%, 21%, 8%) |
| LAB | lab(69.6 42.3 -8.2) |
| LCH | lch(69.6 43.1 349.0) |
| OKLCH | oklch(0.754 0.128 350.5) |
Copy-ready code
/* CSS */
color: #ec8cba;
background-color: #ec8cba;
/* Tailwind (arbitrary) */
class="text-[#ec8cba] bg-[#ec8cba]"
/* SCSS */
$brand: #ec8cba;
/* SwiftUI */
Color(red: 0.925, green: 0.549, blue: 0.729)
/* Android */
Color.parseColor("#ec8cba")Accessibility — WCAG contrast
Aa
#ec8cba on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec8cba on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green54.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow21.2%
Key (black)7.5%
Color previews
#ec8cba text on a black background
contrast 9.03:1
Card sample
#ec8cba text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec8cba;
Background color
Panel with #ec8cba background
background-color: #ec8cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec8cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 140, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 140, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec8cba; background: linear-gradient(135deg, #ec8cba, #EC9E8C);