#ec3cbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 60, 191
HSL
315°, 82%, 58%
CMYK
0, 75, 19, 8
Luminance
0.2483
Every format
| HEX | #ec3cbf |
| RGB | rgb(236, 60, 191) |
| HSL | hsl(315, 82%, 58%) |
| CMYK | cmyk(0%, 75%, 19%, 8%) |
| LAB | lab(56.9 77.2 -30.3) |
| LCH | lch(56.9 82.9 338.6) |
| OKLCH | oklch(0.661 0.245 340.5) |
Copy-ready code
/* CSS */
color: #ec3cbf;
background-color: #ec3cbf;
/* Tailwind (arbitrary) */
class="text-[#ec3cbf] bg-[#ec3cbf]"
/* SCSS */
$brand: #ec3cbf;
/* SwiftUI */
Color(red: 0.925, green: 0.235, blue: 0.749)
/* Android */
Color.parseColor("#ec3cbf")Accessibility — WCAG contrast
Aa
#ec3cbf on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec3cbf on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green23.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta74.6%
Yellow19.1%
Key (black)7.5%
Color previews
#ec3cbf text on a black background
contrast 5.97:1
Card sample
#ec3cbf text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec3cbf;
Background color
Panel with #ec3cbf background
background-color: #ec3cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec3cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 60, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 60, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec3cbf; background: linear-gradient(135deg, #ec3cbf, #EC3C4A);