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