#e752df
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
231, 82, 223
HSL
303°, 76%, 61%
CMYK
0, 65, 4, 9
Luminance
0.2835
Every format
| HEX | #e752df |
| RGB | rgb(231, 82, 223) |
| HSL | hsl(303, 76%, 61%) |
| CMYK | cmyk(0%, 65%, 4%, 9%) |
| LAB | lab(60.2 73.2 -43.4) |
| LCH | lch(60.2 85.1 329.4) |
| OKLCH | oklch(0.688 0.239 330.0) |
Copy-ready code
/* CSS */
color: #e752df;
background-color: #e752df;
/* Tailwind (arbitrary) */
class="text-[#e752df] bg-[#e752df]"
/* SCSS */
$brand: #e752df;
/* SwiftUI */
Color(red: 0.906, green: 0.322, blue: 0.875)
/* Android */
Color.parseColor("#e752df")Accessibility — WCAG contrast
Aa
#e752df on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e752df on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green32.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta64.5%
Yellow3.5%
Key (black)9.4%
Color previews
#e752df text on a black background
contrast 6.67:1
Card sample
#e752df text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e752df;
Background color
Panel with #e752df background
background-color: #e752df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e752df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 82, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 82, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e752df; background: linear-gradient(135deg, #e752df, #E7527C);