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