#ec0cba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 12, 186
HSL
313°, 90%, 49%
CMYK
0, 95, 21, 8
Luminance
0.2164
Every format
| HEX | #ec0cba |
| RGB | rgb(236, 12, 186) |
| HSL | hsl(313, 90%, 49%) |
| CMYK | cmyk(0%, 95%, 21%, 8%) |
| LAB | lab(53.6 85.4 -32.5) |
| LCH | lch(53.6 91.3 339.2) |
| OKLCH | oklch(0.637 0.272 341.2) |
Copy-ready code
/* CSS */
color: #ec0cba;
background-color: #ec0cba;
/* Tailwind (arbitrary) */
class="text-[#ec0cba] bg-[#ec0cba]"
/* SCSS */
$brand: #ec0cba;
/* SwiftUI */
Color(red: 0.925, green: 0.047, blue: 0.729)
/* Android */
Color.parseColor("#ec0cba")Accessibility — WCAG contrast
Aa
#ec0cba on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec0cba on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green4.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow21.2%
Key (black)7.5%
Color previews
#ec0cba text on a black background
contrast 5.33:1
Card sample
#ec0cba text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec0cba;
Background color
Panel with #ec0cba background
background-color: #ec0cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec0cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 12, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 12, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec0cba; background: linear-gradient(135deg, #ec0cba, #EC0C25);