#ec94cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
236, 148, 207
HSL
320°, 70%, 75%
CMYK
0, 37, 12, 8
Luminance
0.4352
Every format
| HEX | #ec94cf |
| RGB | rgb(236, 148, 207) |
| HSL | hsl(320, 70%, 75%) |
| CMYK | cmyk(0%, 37%, 12%, 8%) |
| LAB | lab(71.9 41.4 -16.4) |
| LCH | lch(71.9 44.5 338.4) |
| OKLCH | oklch(0.774 0.128 340.2) |
Copy-ready code
/* CSS */
color: #ec94cf;
background-color: #ec94cf;
/* Tailwind (arbitrary) */
class="text-[#ec94cf] bg-[#ec94cf]"
/* SCSS */
$brand: #ec94cf;
/* SwiftUI */
Color(red: 0.925, green: 0.580, blue: 0.812)
/* Android */
Color.parseColor("#ec94cf")Accessibility — WCAG contrast
Aa
#ec94cf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec94cf on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green58.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow12.3%
Key (black)7.5%
Color previews
#ec94cf text on a black background
contrast 9.70:1
Card sample
#ec94cf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec94cf;
Background color
Panel with #ec94cf background
background-color: #ec94cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec94cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 148, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 148, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec94cf; background: linear-gradient(135deg, #ec94cf, #EC9494);