#d31fd2
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
211, 31, 210
HSL
300°, 74%, 48%
CMYK
0, 85, 1, 17
Luminance
0.1948
Every format
| HEX | #d31fd2 |
| RGB | rgb(211, 31, 210) |
| HSL | hsl(300, 74%, 48%) |
| CMYK | cmyk(0%, 85%, 1%, 17%) |
| LAB | lab(51.3 81.6 -50.4) |
| LCH | lch(51.3 96.0 328.3) |
| OKLCH | oklch(0.616 0.268 328.5) |
Copy-ready code
/* CSS */
color: #d31fd2;
background-color: #d31fd2;
/* Tailwind (arbitrary) */
class="text-[#d31fd2] bg-[#d31fd2]"
/* SCSS */
$brand: #d31fd2;
/* SwiftUI */
Color(red: 0.827, green: 0.122, blue: 0.824)
/* Android */
Color.parseColor("#d31fd2")Accessibility — WCAG contrast
Aa
#d31fd2 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d31fd2 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green12.2%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta85.3%
Yellow0.5%
Key (black)17.3%
Color previews
#d31fd2 text on a black background
contrast 4.90:1
Card sample
#d31fd2 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d31fd2;
Background color
Panel with #d31fd2 background
background-color: #d31fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d31fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 31, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 31, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d31fd2; background: linear-gradient(135deg, #d31fd2, #D31F5A);