#ec7f9b
a light, vivid magenta / pink · warm · closest name: salmon
RGB
236, 127, 155
HSL
345°, 74%, 71%
CMYK
0, 46, 34, 8
Luminance
0.3538
Every format
| HEX | #ec7f9b |
| RGB | rgb(236, 127, 155) |
| HSL | hsl(345, 74%, 71%) |
| CMYK | cmyk(0%, 46%, 34%, 8%) |
| LAB | lab(66.0 44.8 4.1) |
| LCH | lch(66.0 45.0 5.2) |
| OKLCH | oklch(0.725 0.137 4.7) |
Copy-ready code
/* CSS */
color: #ec7f9b;
background-color: #ec7f9b;
/* Tailwind (arbitrary) */
class="text-[#ec7f9b] bg-[#ec7f9b]"
/* SCSS */
$brand: #ec7f9b;
/* SwiftUI */
Color(red: 0.925, green: 0.498, blue: 0.608)
/* Android */
Color.parseColor("#ec7f9b")Accessibility — WCAG contrast
Aa
#ec7f9b on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec7f9b on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green49.8%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow34.3%
Key (black)7.5%
Color previews
#ec7f9b text on a black background
contrast 8.08:1
Card sample
#ec7f9b text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec7f9b;
Background color
Panel with #ec7f9b background
background-color: #ec7f9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec7f9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 127, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 127, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec7f9b; background: linear-gradient(135deg, #ec7f9b, #ECAC7F);