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