#ec8cac
a light, vivid magenta / pink · warm · closest name: pink
RGB
236, 140, 172
HSL
340°, 72%, 74%
CMYK
0, 41, 27, 8
Luminance
0.3957
Every format
| HEX | #ec8cac |
| RGB | rgb(236, 140, 172) |
| HSL | hsl(340, 72%, 74%) |
| CMYK | cmyk(0%, 41%, 27%, 8%) |
| LAB | lab(69.2 40.3 -1.0) |
| LCH | lch(69.2 40.3 358.6) |
| OKLCH | oklch(0.750 0.122 359.1) |
Copy-ready code
/* CSS */
color: #ec8cac;
background-color: #ec8cac;
/* Tailwind (arbitrary) */
class="text-[#ec8cac] bg-[#ec8cac]"
/* SCSS */
$brand: #ec8cac;
/* SwiftUI */
Color(red: 0.925, green: 0.549, blue: 0.675)
/* Android */
Color.parseColor("#ec8cac")Accessibility — WCAG contrast
Aa
#ec8cac on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec8cac on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green54.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow27.1%
Key (black)7.5%
Color previews
#ec8cac text on a black background
contrast 8.91:1
Card sample
#ec8cac text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec8cac;
Background color
Panel with #ec8cac background
background-color: #ec8cac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec8cac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 140, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 140, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec8cac; background: linear-gradient(135deg, #ec8cac, #ECAC8C);