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