#ec7cb2
a light, vivid magenta / pink · warm · closest name: plum
RGB
236, 124, 178
HSL
331°, 75%, 71%
CMYK
0, 48, 25, 8
Luminance
0.3546
Every format
| HEX | #ec7cb2 |
| RGB | rgb(236, 124, 178) |
| HSL | hsl(331, 75%, 71%) |
| CMYK | cmyk(0%, 48%, 25%, 8%) |
| LAB | lab(66.1 49.3 -8.9) |
| LCH | lch(66.1 50.0 349.8) |
| OKLCH | oklch(0.727 0.150 351.2) |
Copy-ready code
/* CSS */
color: #ec7cb2;
background-color: #ec7cb2;
/* Tailwind (arbitrary) */
class="text-[#ec7cb2] bg-[#ec7cb2]"
/* SCSS */
$brand: #ec7cb2;
/* SwiftUI */
Color(red: 0.925, green: 0.486, blue: 0.698)
/* Android */
Color.parseColor("#ec7cb2")Accessibility — WCAG contrast
Aa
#ec7cb2 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec7cb2 on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green48.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow24.6%
Key (black)7.5%
Color previews
#ec7cb2 text on a black background
contrast 8.09:1
Card sample
#ec7cb2 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec7cb2;
Background color
Panel with #ec7cb2 background
background-color: #ec7cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec7cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 124, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 124, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec7cb2; background: linear-gradient(135deg, #ec7cb2, #EC917C);