#e652df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
230, 82, 223
HSL
303°, 75%, 61%
CMYK
0, 64, 3, 10
Luminance
0.2819
Every format
| HEX | #e652df |
| RGB | rgb(230, 82, 223) |
| HSL | hsl(303, 75%, 61%) |
| CMYK | cmyk(0%, 64%, 3%, 10%) |
| LAB | lab(60.1 73.0 -43.6) |
| LCH | lch(60.1 85.0 329.1) |
| OKLCH | oklch(0.687 0.239 329.8) |
Copy-ready code
/* CSS */
color: #e652df;
background-color: #e652df;
/* Tailwind (arbitrary) */
class="text-[#e652df] bg-[#e652df]"
/* SCSS */
$brand: #e652df;
/* SwiftUI */
Color(red: 0.902, green: 0.322, blue: 0.875)
/* Android */
Color.parseColor("#e652df")Accessibility — WCAG contrast
Aa
#e652df on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e652df on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green32.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow3.0%
Key (black)9.8%
Color previews
#e652df text on a black background
contrast 6.64:1
Card sample
#e652df text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e652df;
Background color
Panel with #e652df background
background-color: #e652df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e652df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 82, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 82, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e652df; background: linear-gradient(135deg, #e652df, #E6527D);