#f747eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 71, 235
HSL
304°, 92%, 62%
CMYK
0, 71, 5, 3
Luminance
0.3028
Every format
| HEX | #f747eb |
| RGB | rgb(247, 71, 235) |
| HSL | hsl(304, 92%, 62%) |
| CMYK | cmyk(0%, 71%, 5%, 3%) |
| LAB | lab(61.9 82.4 -47.3) |
| LCH | lch(61.9 95.0 330.2) |
| OKLCH | oklch(0.707 0.269 331.0) |
Copy-ready code
/* CSS */
color: #f747eb;
background-color: #f747eb;
/* Tailwind (arbitrary) */
class="text-[#f747eb] bg-[#f747eb]"
/* SCSS */
$brand: #f747eb;
/* SwiftUI */
Color(red: 0.969, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#f747eb")Accessibility — WCAG contrast
Aa
#f747eb on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f747eb on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green27.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta71.3%
Yellow4.9%
Key (black)3.1%
Color previews
#f747eb text on a black background
contrast 7.06:1
Card sample
#f747eb text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f747eb;
Background color
Panel with #f747eb background
background-color: #f747eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f747eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f747eb; background: linear-gradient(135deg, #f747eb, #F74776);