#d31cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
211, 28, 223
HSL
296°, 78%, 49%
CMYK
5, 87, 0, 13
Luminance
0.2001
Every format
| HEX | #d31cdf |
| RGB | rgb(211, 28, 223) |
| HSL | hsl(296, 78%, 49%) |
| CMYK | cmyk(5%, 87%, 0%, 13%) |
| LAB | lab(51.9 84.1 -56.9) |
| LCH | lch(51.9 101.5 325.9) |
| OKLCH | oklch(0.622 0.278 325.2) |
Copy-ready code
/* CSS */
color: #d31cdf;
background-color: #d31cdf;
/* Tailwind (arbitrary) */
class="text-[#d31cdf] bg-[#d31cdf]"
/* SCSS */
$brand: #d31cdf;
/* SwiftUI */
Color(red: 0.827, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#d31cdf")Accessibility — WCAG contrast
Aa
#d31cdf on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d31cdf on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green11.0%
Blue87.5%
CMYK percentages
Cyan5.4%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#d31cdf text on a black background
contrast 5.00:1
Card sample
#d31cdf text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d31cdf;
Background color
Panel with #d31cdf background
background-color: #d31cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d31cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d31cdf; background: linear-gradient(135deg, #d31cdf, #DF1C69);