#d321af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
211, 33, 175
HSL
312°, 73%, 48%
CMYK
0, 84, 17, 17
Luminance
0.1803
Every format
| HEX | #d321af |
| RGB | rgb(211, 33, 175) |
| HSL | hsl(312, 73%, 48%) |
| CMYK | cmyk(0%, 84%, 17%, 17%) |
| LAB | lab(49.5 76.4 -32.8) |
| LCH | lch(49.5 83.1 336.8) |
| OKLCH | oklch(0.598 0.244 338.6) |
Copy-ready code
/* CSS */
color: #d321af;
background-color: #d321af;
/* Tailwind (arbitrary) */
class="text-[#d321af] bg-[#d321af]"
/* SCSS */
$brand: #d321af;
/* SwiftUI */
Color(red: 0.827, green: 0.129, blue: 0.686)
/* Android */
Color.parseColor("#d321af")Accessibility — WCAG contrast
Aa
#d321af on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d321af on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green12.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta84.4%
Yellow17.1%
Key (black)17.3%
Color previews
#d321af text on a black background
contrast 4.61:1
Card sample
#d321af text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d321af;
Background color
Panel with #d321af background
background-color: #d321af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d321af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 33, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 33, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d321af; background: linear-gradient(135deg, #d321af, #D32138);