#d43eb0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
212, 62, 176
HSL
314°, 64%, 54%
CMYK
0, 71, 17, 17
Luminance
0.2058
Every format
| HEX | #d43eb0 |
| RGB | rgb(212, 62, 176) |
| HSL | hsl(314, 64%, 54%) |
| CMYK | cmyk(0%, 71%, 17%, 17%) |
| LAB | lab(52.5 68.9 -28.8) |
| LCH | lch(52.5 74.7 337.3) |
| OKLCH | oklch(0.619 0.219 339.2) |
Copy-ready code
/* CSS */
color: #d43eb0;
background-color: #d43eb0;
/* Tailwind (arbitrary) */
class="text-[#d43eb0] bg-[#d43eb0]"
/* SCSS */
$brand: #d43eb0;
/* SwiftUI */
Color(red: 0.831, green: 0.243, blue: 0.690)
/* Android */
Color.parseColor("#d43eb0")Accessibility — WCAG contrast
Aa
#d43eb0 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d43eb0 on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green24.3%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta70.8%
Yellow17.0%
Key (black)16.9%
Color previews
#d43eb0 text on a black background
contrast 5.12:1
Card sample
#d43eb0 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d43eb0;
Background color
Panel with #d43eb0 background
background-color: #d43eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d43eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 62, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 62, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d43eb0; background: linear-gradient(135deg, #d43eb0, #D43E4C);