#ec91cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
236, 145, 207
HSL
319°, 71%, 75%
CMYK
0, 39, 12, 8
Luminance
0.4259
Every format
| HEX | #ec91cf |
| RGB | rgb(236, 145, 207) |
| HSL | hsl(319, 71%, 75%) |
| CMYK | cmyk(0%, 39%, 12%, 8%) |
| LAB | lab(71.3 42.9 -17.3) |
| LCH | lch(71.3 46.3 338.0) |
| OKLCH | oklch(0.769 0.134 339.8) |
Copy-ready code
/* CSS */
color: #ec91cf;
background-color: #ec91cf;
/* Tailwind (arbitrary) */
class="text-[#ec91cf] bg-[#ec91cf]"
/* SCSS */
$brand: #ec91cf;
/* SwiftUI */
Color(red: 0.925, green: 0.569, blue: 0.812)
/* Android */
Color.parseColor("#ec91cf")Accessibility — WCAG contrast
Aa
#ec91cf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec91cf on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green56.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow12.3%
Key (black)7.5%
Color previews
#ec91cf text on a black background
contrast 9.52:1
Card sample
#ec91cf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec91cf;
Background color
Panel with #ec91cf background
background-color: #ec91cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec91cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 145, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 145, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec91cf; background: linear-gradient(135deg, #ec91cf, #EC9192);