#ec97cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
236, 151, 207
HSL
321°, 69%, 76%
CMYK
0, 36, 12, 8
Luminance
0.4447
Every format
| HEX | #ec97cf |
| RGB | rgb(236, 151, 207) |
| HSL | hsl(321, 69%, 76%) |
| CMYK | cmyk(0%, 36%, 12%, 8%) |
| LAB | lab(72.5 39.8 -15.4) |
| LCH | lch(72.5 42.7 338.8) |
| OKLCH | oklch(0.779 0.123 340.6) |
Copy-ready code
/* CSS */
color: #ec97cf;
background-color: #ec97cf;
/* Tailwind (arbitrary) */
class="text-[#ec97cf] bg-[#ec97cf]"
/* SCSS */
$brand: #ec97cf;
/* SwiftUI */
Color(red: 0.925, green: 0.592, blue: 0.812)
/* Android */
Color.parseColor("#ec97cf")Accessibility — WCAG contrast
Aa
#ec97cf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec97cf on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green59.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow12.3%
Key (black)7.5%
Color previews
#ec97cf text on a black background
contrast 9.89:1
Card sample
#ec97cf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec97cf;
Background color
Panel with #ec97cf background
background-color: #ec97cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec97cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 151, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 151, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec97cf; background: linear-gradient(135deg, #ec97cf, #EC9897);