#ec3cac
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 60, 172
HSL
322°, 82%, 58%
CMYK
0, 75, 27, 8
Luminance
0.2404
Every format
| HEX | #ec3cac |
| RGB | rgb(236, 60, 172) |
| HSL | hsl(322, 82%, 58%) |
| CMYK | cmyk(0%, 75%, 27%, 8%) |
| LAB | lab(56.1 74.8 -20.5) |
| LCH | lch(56.1 77.6 344.7) |
| OKLCH | oklch(0.653 0.234 346.6) |
Copy-ready code
/* CSS */
color: #ec3cac;
background-color: #ec3cac;
/* Tailwind (arbitrary) */
class="text-[#ec3cac] bg-[#ec3cac]"
/* SCSS */
$brand: #ec3cac;
/* SwiftUI */
Color(red: 0.925, green: 0.235, blue: 0.675)
/* Android */
Color.parseColor("#ec3cac")Accessibility — WCAG contrast
Aa
#ec3cac on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec3cac on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green23.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta74.6%
Yellow27.1%
Key (black)7.5%
Color previews
#ec3cac text on a black background
contrast 5.81:1
Card sample
#ec3cac text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec3cac;
Background color
Panel with #ec3cac background
background-color: #ec3cac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec3cac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 60, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 60, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec3cac; background: linear-gradient(135deg, #ec3cac, #EC413C);