#fe72be
a light, electric magenta / pink · warm · closest name: orchid
RGB
254, 114, 190
HSL
327°, 99%, 72%
CMYK
0, 55, 25, 0
Luminance
0.3682
Every format
| HEX | #fe72be |
| RGB | rgb(254, 114, 190) |
| HSL | hsl(327, 99%, 72%) |
| CMYK | cmyk(0%, 55%, 25%, 0%) |
| LAB | lab(67.2 61.2 -13.8) |
| LCH | lch(67.2 62.8 347.3) |
| OKLCH | oklch(0.741 0.188 348.9) |
Copy-ready code
/* CSS */
color: #fe72be;
background-color: #fe72be;
/* Tailwind (arbitrary) */
class="text-[#fe72be] bg-[#fe72be]"
/* SCSS */
$brand: #fe72be;
/* SwiftUI */
Color(red: 0.996, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#fe72be")Accessibility — WCAG contrast
Aa
#fe72be on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe72be on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green44.7%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta55.1%
Yellow25.2%
Key (black)0.4%
Color previews
#fe72be text on a black background
contrast 8.36:1
Card sample
#fe72be text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe72be;
Background color
Panel with #fe72be background
background-color: #fe72be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe72be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe72be; background: linear-gradient(135deg, #fe72be, #FE8372);