#d72fd2
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
215, 47, 210
HSL
302°, 68%, 51%
CMYK
0, 78, 2, 16
Luminance
0.2113
Every format
| HEX | #d72fd2 |
| RGB | rgb(215, 47, 210) |
| HSL | hsl(302, 68%, 51%) |
| CMYK | cmyk(0%, 78%, 2%, 16%) |
| LAB | lab(53.1 79.0 -47.4) |
| LCH | lch(53.1 92.1 329.0) |
| OKLCH | oklch(0.630 0.259 329.5) |
Copy-ready code
/* CSS */
color: #d72fd2;
background-color: #d72fd2;
/* Tailwind (arbitrary) */
class="text-[#d72fd2] bg-[#d72fd2]"
/* SCSS */
$brand: #d72fd2;
/* SwiftUI */
Color(red: 0.843, green: 0.184, blue: 0.824)
/* Android */
Color.parseColor("#d72fd2")Accessibility — WCAG contrast
Aa
#d72fd2 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d72fd2 on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green18.4%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta78.1%
Yellow2.3%
Key (black)15.7%
Color previews
#d72fd2 text on a black background
contrast 5.23:1
Card sample
#d72fd2 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d72fd2;
Background color
Panel with #d72fd2 background
background-color: #d72fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d72fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 47, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 47, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d72fd2; background: linear-gradient(135deg, #d72fd2, #D72F62);