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