#ec8cbf
a light, vivid magenta / pink · warm · closest name: plum
RGB
236, 140, 191
HSL
328°, 72%, 74%
CMYK
0, 41, 19, 8
Luminance
0.4035
Every format
| HEX | #ec8cbf |
| RGB | rgb(236, 140, 191) |
| HSL | hsl(328, 72%, 74%) |
| CMYK | cmyk(0%, 41%, 19%, 8%) |
| LAB | lab(69.7 43.0 -10.8) |
| LCH | lch(69.7 44.4 345.9) |
| OKLCH | oklch(0.756 0.131 347.6) |
Copy-ready code
/* CSS */
color: #ec8cbf;
background-color: #ec8cbf;
/* Tailwind (arbitrary) */
class="text-[#ec8cbf] bg-[#ec8cbf]"
/* SCSS */
$brand: #ec8cbf;
/* SwiftUI */
Color(red: 0.925, green: 0.549, blue: 0.749)
/* Android */
Color.parseColor("#ec8cbf")Accessibility — WCAG contrast
Aa
#ec8cbf on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec8cbf on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green54.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow19.1%
Key (black)7.5%
Color previews
#ec8cbf text on a black background
contrast 9.07:1
Card sample
#ec8cbf text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec8cbf;
Background color
Panel with #ec8cbf background
background-color: #ec8cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec8cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 140, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 140, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec8cbf; background: linear-gradient(135deg, #ec8cbf, #EC998C);