#fd72fe
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 114, 254
HSL
300°, 99%, 72%
CMYK
0, 55, 0, 0
Luminance
0.4007
Every format
| HEX | #fd72fe |
| RGB | rgb(253, 114, 254) |
| HSL | hsl(300, 99%, 72%) |
| CMYK | cmyk(0%, 55%, 0%, 0%) |
| LAB | lab(69.5 70.5 -45.7) |
| LCH | lch(69.5 84.1 327.1) |
| OKLCH | oklch(0.767 0.233 327.3) |
Copy-ready code
/* CSS */
color: #fd72fe;
background-color: #fd72fe;
/* Tailwind (arbitrary) */
class="text-[#fd72fe] bg-[#fd72fe]"
/* SCSS */
$brand: #fd72fe;
/* SwiftUI */
Color(red: 0.992, green: 0.447, blue: 0.996)
/* Android */
Color.parseColor("#fd72fe")Accessibility — WCAG contrast
Aa
#fd72fe on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd72fe on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green44.7%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta55.1%
Yellow0.0%
Key (black)0.4%
Color previews
#fd72fe text on a black background
contrast 9.01:1
Card sample
#fd72fe text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd72fe;
Background color
Panel with #fd72fe background
background-color: #fd72fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd72fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 114, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 114, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd72fe; background: linear-gradient(135deg, #fd72fe, #FE72A2);