#d72eb4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
215, 46, 180
HSL
312°, 68%, 51%
CMYK
0, 79, 16, 16
Luminance
0.1970
Every format
| HEX | #d72eb4 |
| RGB | rgb(215, 46, 180) |
| HSL | hsl(312, 68%, 51%) |
| CMYK | cmyk(0%, 79%, 16%, 16%) |
| LAB | lab(51.5 74.9 -32.6) |
| LCH | lch(51.5 81.7 336.5) |
| OKLCH | oklch(0.614 0.239 338.3) |
Copy-ready code
/* CSS */
color: #d72eb4;
background-color: #d72eb4;
/* Tailwind (arbitrary) */
class="text-[#d72eb4] bg-[#d72eb4]"
/* SCSS */
$brand: #d72eb4;
/* SwiftUI */
Color(red: 0.843, green: 0.180, blue: 0.706)
/* Android */
Color.parseColor("#d72eb4")Accessibility — WCAG contrast
Aa
#d72eb4 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d72eb4 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green18.0%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow16.3%
Key (black)15.7%
Color previews
#d72eb4 text on a black background
contrast 4.94:1
Card sample
#d72eb4 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d72eb4;
Background color
Panel with #d72eb4 background
background-color: #d72eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d72eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 46, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 46, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d72eb4; background: linear-gradient(135deg, #d72eb4, #D72E43);