#d43f8d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
212, 63, 141
HSL
329°, 63%, 54%
CMYK
0, 70, 34, 17
Luminance
0.1948
Every format
| HEX | #d43f8d |
| RGB | rgb(212, 63, 141) |
| HSL | hsl(329, 63%, 54%) |
| CMYK | cmyk(0%, 70%, 34%, 17%) |
| LAB | lab(51.2 64.2 -10.0) |
| LCH | lch(51.2 65.0 351.2) |
| OKLCH | oklch(0.606 0.198 352.5) |
Copy-ready code
/* CSS */
color: #d43f8d;
background-color: #d43f8d;
/* Tailwind (arbitrary) */
class="text-[#d43f8d] bg-[#d43f8d]"
/* SCSS */
$brand: #d43f8d;
/* SwiftUI */
Color(red: 0.831, green: 0.247, blue: 0.553)
/* Android */
Color.parseColor("#d43f8d")Accessibility — WCAG contrast
Aa
#d43f8d on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d43f8d on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green24.7%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta70.3%
Yellow33.5%
Key (black)16.9%
Color previews
#d43f8d text on a black background
contrast 4.90:1
Card sample
#d43f8d text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d43f8d;
Background color
Panel with #d43f8d background
background-color: #d43f8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d43f8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 63, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 63, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d43f8d; background: linear-gradient(135deg, #d43f8d, #D4543F);