#e623df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
230, 35, 223
HSL
302°, 80%, 52%
CMYK
0, 85, 3, 10
Luminance
0.2335
Every format
| HEX | #e623df |
| RGB | rgb(230, 35, 223) |
| HSL | hsl(302, 80%, 52%) |
| CMYK | cmyk(0%, 85%, 3%, 10%) |
| LAB | lab(55.4 86.2 -51.0) |
| LCH | lch(55.4 100.2 329.4) |
| OKLCH | oklch(0.654 0.282 330.0) |
Copy-ready code
/* CSS */
color: #e623df;
background-color: #e623df;
/* Tailwind (arbitrary) */
class="text-[#e623df] bg-[#e623df]"
/* SCSS */
$brand: #e623df;
/* SwiftUI */
Color(red: 0.902, green: 0.137, blue: 0.875)
/* Android */
Color.parseColor("#e623df")Accessibility — WCAG contrast
Aa
#e623df on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e623df on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green13.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta84.8%
Yellow3.0%
Key (black)9.8%
Color previews
#e623df text on a black background
contrast 5.67:1
Card sample
#e623df text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e623df;
Background color
Panel with #e623df background
background-color: #e623df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e623df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 35, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 35, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e623df; background: linear-gradient(135deg, #e623df, #E6235D);