#d32fd2
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
211, 47, 210
HSL
300°, 65%, 51%
CMYK
0, 78, 1, 17
Luminance
0.2054
Every format
| HEX | #d32fd2 |
| RGB | rgb(211, 47, 210) |
| HSL | hsl(300, 65%, 51%) |
| CMYK | cmyk(0%, 78%, 1%, 17%) |
| LAB | lab(52.4 78.2 -48.5) |
| LCH | lch(52.4 92.0 328.2) |
| OKLCH | oklch(0.624 0.257 328.4) |
Copy-ready code
/* CSS */
color: #d32fd2;
background-color: #d32fd2;
/* Tailwind (arbitrary) */
class="text-[#d32fd2] bg-[#d32fd2]"
/* SCSS */
$brand: #d32fd2;
/* SwiftUI */
Color(red: 0.827, green: 0.184, blue: 0.824)
/* Android */
Color.parseColor("#d32fd2")Accessibility — WCAG contrast
Aa
#d32fd2 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d32fd2 on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green18.4%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta77.7%
Yellow0.5%
Key (black)17.3%
Color previews
#d32fd2 text on a black background
contrast 5.11:1
Card sample
#d32fd2 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d32fd2;
Background color
Panel with #d32fd2 background
background-color: #d32fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d32fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 47, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 47, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d32fd2; background: linear-gradient(135deg, #d32fd2, #D32F65);