#e950df
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
233, 80, 223
HSL
304°, 78%, 61%
CMYK
0, 66, 4, 9
Luminance
0.2839
Every format
| HEX | #e950df |
| RGB | rgb(233, 80, 223) |
| HSL | hsl(304, 78%, 61%) |
| CMYK | cmyk(0%, 66%, 4%, 9%) |
| LAB | lab(60.2 74.4 -43.3) |
| LCH | lch(60.2 86.1 329.8) |
| OKLCH | oklch(0.689 0.243 330.6) |
Copy-ready code
/* CSS */
color: #e950df;
background-color: #e950df;
/* Tailwind (arbitrary) */
class="text-[#e950df] bg-[#e950df]"
/* SCSS */
$brand: #e950df;
/* SwiftUI */
Color(red: 0.914, green: 0.314, blue: 0.875)
/* Android */
Color.parseColor("#e950df")Accessibility — WCAG contrast
Aa
#e950df on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e950df on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green31.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow4.3%
Key (black)8.6%
Color previews
#e950df text on a black background
contrast 6.68:1
Card sample
#e950df text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e950df;
Background color
Panel with #e950df background
background-color: #e950df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e950df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 80, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 80, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e950df; background: linear-gradient(135deg, #e950df, #E95079);