#ec45cf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 69, 207
HSL
310°, 82%, 60%
CMYK
0, 71, 12, 8
Luminance
0.2659
Every format
| HEX | #ec45cf |
| RGB | rgb(236, 69, 207) |
| HSL | hsl(310, 82%, 60%) |
| CMYK | cmyk(0%, 71%, 12%, 8%) |
| LAB | lab(58.6 76.6 -36.8) |
| LCH | lch(58.6 85.0 334.3) |
| OKLCH | oklch(0.676 0.246 335.9) |
Copy-ready code
/* CSS */
color: #ec45cf;
background-color: #ec45cf;
/* Tailwind (arbitrary) */
class="text-[#ec45cf] bg-[#ec45cf]"
/* SCSS */
$brand: #ec45cf;
/* SwiftUI */
Color(red: 0.925, green: 0.271, blue: 0.812)
/* Android */
Color.parseColor("#ec45cf")Accessibility — WCAG contrast
Aa
#ec45cf on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec45cf on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green27.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta70.8%
Yellow12.3%
Key (black)7.5%
Color previews
#ec45cf text on a black background
contrast 6.32:1
Card sample
#ec45cf text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec45cf;
Background color
Panel with #ec45cf background
background-color: #ec45cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec45cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 69, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 69, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec45cf; background: linear-gradient(135deg, #ec45cf, #EC4560);