#ec89cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
236, 137, 207
HSL
318°, 72%, 73%
CMYK
0, 42, 12, 8
Luminance
0.4023
Every format
| HEX | #ec89cf |
| RGB | rgb(236, 137, 207) |
| HSL | hsl(318, 72%, 73%) |
| CMYK | cmyk(0%, 42%, 12%, 8%) |
| LAB | lab(69.6 47.0 -19.8) |
| LCH | lch(69.6 51.0 337.2) |
| OKLCH | oklch(0.757 0.147 338.9) |
Copy-ready code
/* CSS */
color: #ec89cf;
background-color: #ec89cf;
/* Tailwind (arbitrary) */
class="text-[#ec89cf] bg-[#ec89cf]"
/* SCSS */
$brand: #ec89cf;
/* SwiftUI */
Color(red: 0.925, green: 0.537, blue: 0.812)
/* Android */
Color.parseColor("#ec89cf")Accessibility — WCAG contrast
Aa
#ec89cf on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec89cf on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green53.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow12.3%
Key (black)7.5%
Color previews
#ec89cf text on a black background
contrast 9.05:1
Card sample
#ec89cf text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec89cf;
Background color
Panel with #ec89cf background
background-color: #ec89cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec89cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 137, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 137, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec89cf; background: linear-gradient(135deg, #ec89cf, #EC898D);