#ec71fc
a light, electric magenta / pink · warm · closest name: violet
RGB
236, 113, 252
HSL
293°, 96%, 72%
CMYK
6, 55, 0, 1
Luminance
0.3667
Every format
| HEX | #ec71fc |
| RGB | rgb(236, 113, 252) |
| HSL | hsl(293, 96%, 72%) |
| CMYK | cmyk(6%, 55%, 0%, 1%) |
| LAB | lab(67.0 66.4 -48.7) |
| LCH | lch(67.0 82.3 323.7) |
| OKLCH | oklch(0.744 0.224 322.9) |
Copy-ready code
/* CSS */
color: #ec71fc;
background-color: #ec71fc;
/* Tailwind (arbitrary) */
class="text-[#ec71fc] bg-[#ec71fc]"
/* SCSS */
$brand: #ec71fc;
/* SwiftUI */
Color(red: 0.925, green: 0.443, blue: 0.988)
/* Android */
Color.parseColor("#ec71fc")Accessibility — WCAG contrast
Aa
#ec71fc on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec71fc on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green44.3%
Blue98.8%
CMYK percentages
Cyan6.3%
Magenta55.2%
Yellow0.0%
Key (black)1.2%
Color previews
#ec71fc text on a black background
contrast 8.33:1
Card sample
#ec71fc text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec71fc;
Background color
Panel with #ec71fc background
background-color: #ec71fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec71fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 113, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 113, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec71fc; background: linear-gradient(135deg, #ec71fc, #FC71AF);