#d71cef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
215, 28, 239
HSL
293°, 87%, 52%
CMYK
10, 88, 0, 6
Luminance
0.2151
Every format
| HEX | #d71cef |
| RGB | rgb(215, 28, 239) |
| HSL | hsl(293, 87%, 52%) |
| CMYK | cmyk(10%, 88%, 0%, 6%) |
| LAB | lab(53.5 87.3 -63.2) |
| LCH | lch(53.5 107.7 324.1) |
| OKLCH | oklch(0.638 0.291 322.5) |
Copy-ready code
/* CSS */
color: #d71cef;
background-color: #d71cef;
/* Tailwind (arbitrary) */
class="text-[#d71cef] bg-[#d71cef]"
/* SCSS */
$brand: #d71cef;
/* SwiftUI */
Color(red: 0.843, green: 0.110, blue: 0.937)
/* Android */
Color.parseColor("#d71cef")Accessibility — WCAG contrast
Aa
#d71cef on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d71cef on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green11.0%
Blue93.7%
CMYK percentages
Cyan10.0%
Magenta88.3%
Yellow0.0%
Key (black)6.3%
Color previews
#d71cef text on a black background
contrast 5.30:1
Card sample
#d71cef text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d71cef;
Background color
Panel with #d71cef background
background-color: #d71cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d71cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 28, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 28, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d71cef; background: linear-gradient(135deg, #d71cef, #EF1C7A);