#e31fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
227, 31, 223
HSL
301°, 78%, 51%
CMYK
0, 86, 2, 11
Luminance
0.2264
Every format
| HEX | #e31fdf |
| RGB | rgb(227, 31, 223) |
| HSL | hsl(301, 78%, 51%) |
| CMYK | cmyk(0%, 86%, 2%, 11%) |
| LAB | lab(54.7 86.3 -52.2) |
| LCH | lch(54.7 100.9 328.9) |
| OKLCH | oklch(0.647 0.283 329.2) |
Copy-ready code
/* CSS */
color: #e31fdf;
background-color: #e31fdf;
/* Tailwind (arbitrary) */
class="text-[#e31fdf] bg-[#e31fdf]"
/* SCSS */
$brand: #e31fdf;
/* SwiftUI */
Color(red: 0.890, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#e31fdf")Accessibility — WCAG contrast
Aa
#e31fdf on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e31fdf on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green12.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta86.3%
Yellow1.8%
Key (black)11.0%
Color previews
#e31fdf text on a black background
contrast 5.53:1
Card sample
#e31fdf text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e31fdf;
Background color
Panel with #e31fdf background
background-color: #e31fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e31fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e31fdf; background: linear-gradient(135deg, #e31fdf, #E31F5C);