#ec37cf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 55, 207
HSL
310°, 83%, 57%
CMYK
0, 77, 12, 8
Luminance
0.2507
Every format
| HEX | #ec37cf |
| RGB | rgb(236, 55, 207) |
| HSL | hsl(310, 83%, 57%) |
| CMYK | cmyk(0%, 77%, 12%, 8%) |
| LAB | lab(57.1 80.7 -39.1) |
| LCH | lch(57.1 89.7 334.2) |
| OKLCH | oklch(0.665 0.260 335.7) |
Copy-ready code
/* CSS */
color: #ec37cf;
background-color: #ec37cf;
/* Tailwind (arbitrary) */
class="text-[#ec37cf] bg-[#ec37cf]"
/* SCSS */
$brand: #ec37cf;
/* SwiftUI */
Color(red: 0.925, green: 0.216, blue: 0.812)
/* Android */
Color.parseColor("#ec37cf")Accessibility — WCAG contrast
Aa
#ec37cf on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec37cf on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green21.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow12.3%
Key (black)7.5%
Color previews
#ec37cf text on a black background
contrast 6.01:1
Card sample
#ec37cf text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec37cf;
Background color
Panel with #ec37cf background
background-color: #ec37cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec37cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 55, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 55, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec37cf; background: linear-gradient(135deg, #ec37cf, #EC3757);