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