#d72beb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
215, 43, 235
HSL
294°, 83%, 55%
CMYK
9, 82, 0, 8
Luminance
0.2217
Every format
| HEX | #d72beb |
| RGB | rgb(215, 43, 235) |
| HSL | hsl(294, 83%, 55%) |
| CMYK | cmyk(9%, 82%, 0%, 8%) |
| LAB | lab(54.2 83.8 -59.8) |
| LCH | lch(54.2 103.0 324.5) |
| OKLCH | oklch(0.643 0.279 323.2) |
Copy-ready code
/* CSS */
color: #d72beb;
background-color: #d72beb;
/* Tailwind (arbitrary) */
class="text-[#d72beb] bg-[#d72beb]"
/* SCSS */
$brand: #d72beb;
/* SwiftUI */
Color(red: 0.843, green: 0.169, blue: 0.922)
/* Android */
Color.parseColor("#d72beb")Accessibility — WCAG contrast
Aa
#d72beb on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d72beb on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green16.9%
Blue92.2%
CMYK percentages
Cyan8.5%
Magenta81.7%
Yellow0.0%
Key (black)7.8%
Color previews
#d72beb text on a black background
contrast 5.43:1
Card sample
#d72beb text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d72beb;
Background color
Panel with #d72beb background
background-color: #d72beb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d72beb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 43, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 43, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d72beb; background: linear-gradient(135deg, #d72beb, #EB2B7F);