#ec52cf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 82, 207
HSL
311°, 80%, 62%
CMYK
0, 65, 12, 8
Luminance
0.2837
Every format
| HEX | #ec52cf |
| RGB | rgb(236, 82, 207) |
| HSL | hsl(311, 80%, 62%) |
| CMYK | cmyk(0%, 65%, 12%, 8%) |
| LAB | lab(60.2 72.0 -34.3) |
| LCH | lch(60.2 79.7 334.5) |
| OKLCH | oklch(0.687 0.230 336.1) |
Copy-ready code
/* CSS */
color: #ec52cf;
background-color: #ec52cf;
/* Tailwind (arbitrary) */
class="text-[#ec52cf] bg-[#ec52cf]"
/* SCSS */
$brand: #ec52cf;
/* SwiftUI */
Color(red: 0.925, green: 0.322, blue: 0.812)
/* Android */
Color.parseColor("#ec52cf")Accessibility — WCAG contrast
Aa
#ec52cf on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec52cf on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green32.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta65.3%
Yellow12.3%
Key (black)7.5%
Color previews
#ec52cf text on a black background
contrast 6.67:1
Card sample
#ec52cf text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec52cf;
Background color
Panel with #ec52cf background
background-color: #ec52cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec52cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 82, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 82, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec52cf; background: linear-gradient(135deg, #ec52cf, #EC5269);