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