#fe72ec
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 114, 236
HSL
308°, 99%, 72%
CMYK
0, 55, 7, 0
Luminance
0.3916
Every format
| HEX | #fe72ec |
| RGB | rgb(254, 114, 236) |
| HSL | hsl(308, 99%, 72%) |
| CMYK | cmyk(0%, 55%, 7%, 0%) |
| LAB | lab(68.9 67.9 -36.8) |
| LCH | lch(68.9 77.2 331.5) |
| OKLCH | oklch(0.760 0.219 332.7) |
Copy-ready code
/* CSS */
color: #fe72ec;
background-color: #fe72ec;
/* Tailwind (arbitrary) */
class="text-[#fe72ec] bg-[#fe72ec]"
/* SCSS */
$brand: #fe72ec;
/* SwiftUI */
Color(red: 0.996, green: 0.447, blue: 0.925)
/* Android */
Color.parseColor("#fe72ec")Accessibility — WCAG contrast
Aa
#fe72ec on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe72ec on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green44.7%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta55.1%
Yellow7.1%
Key (black)0.4%
Color previews
#fe72ec text on a black background
contrast 8.83:1
Card sample
#fe72ec text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe72ec;
Background color
Panel with #fe72ec background
background-color: #fe72ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe72ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 114, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 114, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe72ec; background: linear-gradient(135deg, #fe72ec, #FE728F);