#ec3ad2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 58, 210
HSL
309°, 82%, 58%
CMYK
0, 75, 11, 8
Luminance
0.2551
Every format
| HEX | #ec3ad2 |
| RGB | rgb(236, 58, 210) |
| HSL | hsl(309, 82%, 58%) |
| CMYK | cmyk(0%, 75%, 11%, 8%) |
| LAB | lab(57.6 80.3 -40.1) |
| LCH | lch(57.6 89.8 333.4) |
| OKLCH | oklch(0.669 0.259 334.9) |
Copy-ready code
/* CSS */
color: #ec3ad2;
background-color: #ec3ad2;
/* Tailwind (arbitrary) */
class="text-[#ec3ad2] bg-[#ec3ad2]"
/* SCSS */
$brand: #ec3ad2;
/* SwiftUI */
Color(red: 0.925, green: 0.227, blue: 0.824)
/* Android */
Color.parseColor("#ec3ad2")Accessibility — WCAG contrast
Aa
#ec3ad2 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec3ad2 on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green22.7%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta75.4%
Yellow11.0%
Key (black)7.5%
Color previews
#ec3ad2 text on a black background
contrast 6.10:1
Card sample
#ec3ad2 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec3ad2;
Background color
Panel with #ec3ad2 background
background-color: #ec3ad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec3ad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 58, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 58, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec3ad2; background: linear-gradient(135deg, #ec3ad2, #EC3A5B);