#ec7c8f
a light, vivid red · warm · closest name: salmon
RGB
236, 124, 143
HSL
350°, 75%, 71%
CMYK
0, 48, 39, 8
Luminance
0.3423
Every format
| HEX | #ec7c8f |
| RGB | rgb(236, 124, 143) |
| HSL | hsl(350, 75%, 71%) |
| CMYK | cmyk(0%, 48%, 39%, 8%) |
| LAB | lab(65.2 44.9 9.6) |
| LCH | lch(65.2 45.9 12.0) |
| OKLCH | oklch(0.717 0.139 10.5) |
Copy-ready code
/* CSS */
color: #ec7c8f;
background-color: #ec7c8f;
/* Tailwind (arbitrary) */
class="text-[#ec7c8f] bg-[#ec7c8f]"
/* SCSS */
$brand: #ec7c8f;
/* SwiftUI */
Color(red: 0.925, green: 0.486, blue: 0.561)
/* Android */
Color.parseColor("#ec7c8f")Accessibility — WCAG contrast
Aa
#ec7c8f on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec7c8f on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green48.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow39.4%
Key (black)7.5%
Color previews
#ec7c8f text on a black background
contrast 7.85:1
Card sample
#ec7c8f text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec7c8f;
Background color
Panel with #ec7c8f background
background-color: #ec7c8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec7c8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 124, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 124, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec7c8f; background: linear-gradient(135deg, #ec7c8f, #ECB47C);