#d72eb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
215, 46, 178
HSL
313°, 68%, 51%
CMYK
0, 79, 17, 16
Luminance
0.1962
Every format
| HEX | #d72eb2 |
| RGB | rgb(215, 46, 178) |
| HSL | hsl(313, 68%, 51%) |
| CMYK | cmyk(0%, 79%, 17%, 16%) |
| LAB | lab(51.4 74.7 -31.6) |
| LCH | lch(51.4 81.1 337.1) |
| OKLCH | oklch(0.613 0.238 338.9) |
Copy-ready code
/* CSS */
color: #d72eb2;
background-color: #d72eb2;
/* Tailwind (arbitrary) */
class="text-[#d72eb2] bg-[#d72eb2]"
/* SCSS */
$brand: #d72eb2;
/* SwiftUI */
Color(red: 0.843, green: 0.180, blue: 0.698)
/* Android */
Color.parseColor("#d72eb2")Accessibility — WCAG contrast
Aa
#d72eb2 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d72eb2 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green18.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow17.2%
Key (black)15.7%
Color previews
#d72eb2 text on a black background
contrast 4.92:1
Card sample
#d72eb2 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d72eb2;
Background color
Panel with #d72eb2 background
background-color: #d72eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d72eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 46, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 46, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d72eb2; background: linear-gradient(135deg, #d72eb2, #D72E41);