#e82cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
232, 44, 223
HSL
303°, 80%, 54%
CMYK
0, 81, 4, 9
Luminance
0.2428
Every format
| HEX | #e82cdf |
| RGB | rgb(232, 44, 223) |
| HSL | hsl(303, 80%, 54%) |
| CMYK | cmyk(0%, 81%, 4%, 9%) |
| LAB | lab(56.4 84.8 -49.4) |
| LCH | lch(56.4 98.2 329.8) |
| OKLCH | oklch(0.661 0.277 330.4) |
Copy-ready code
/* CSS */
color: #e82cdf;
background-color: #e82cdf;
/* Tailwind (arbitrary) */
class="text-[#e82cdf] bg-[#e82cdf]"
/* SCSS */
$brand: #e82cdf;
/* SwiftUI */
Color(red: 0.910, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#e82cdf")Accessibility — WCAG contrast
Aa
#e82cdf on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e82cdf on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green17.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta81.0%
Yellow3.9%
Key (black)9.0%
Color previews
#e82cdf text on a black background
contrast 5.86:1
Card sample
#e82cdf text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e82cdf;
Background color
Panel with #e82cdf background
background-color: #e82cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e82cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e82cdf; background: linear-gradient(135deg, #e82cdf, #E82C62);