#fd72fc
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 114, 252
HSL
300°, 97%, 72%
CMYK
0, 55, 0, 1
Luminance
0.3995
Every format
| HEX | #fd72fc |
| RGB | rgb(253, 114, 252) |
| HSL | hsl(300, 97%, 72%) |
| CMYK | cmyk(0%, 55%, 0%, 1%) |
| LAB | lab(69.4 70.2 -44.8) |
| LCH | lch(69.4 83.3 327.5) |
| OKLCH | oklch(0.766 0.231 327.8) |
Copy-ready code
/* CSS */
color: #fd72fc;
background-color: #fd72fc;
/* Tailwind (arbitrary) */
class="text-[#fd72fc] bg-[#fd72fc]"
/* SCSS */
$brand: #fd72fc;
/* SwiftUI */
Color(red: 0.992, green: 0.447, blue: 0.988)
/* Android */
Color.parseColor("#fd72fc")Accessibility — WCAG contrast
Aa
#fd72fc on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd72fc on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green44.7%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow0.4%
Key (black)0.8%
Color previews
#fd72fc text on a black background
contrast 8.99:1
Card sample
#fd72fc text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd72fc;
Background color
Panel with #fd72fc background
background-color: #fd72fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd72fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 114, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 114, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd72fc; background: linear-gradient(135deg, #fd72fc, #FD72A0);