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