#f74fe2
a balanced, electric magenta / pink · warm · closest name: violet
RGB
247, 79, 226
HSL
308°, 91%, 64%
CMYK
0, 68, 9, 3
Luminance
0.3086
Every format
| HEX | #f74fe2 |
| RGB | rgb(247, 79, 226) |
| HSL | hsl(308, 91%, 64%) |
| CMYK | cmyk(0%, 68%, 9%, 3%) |
| LAB | lab(62.4 78.5 -41.5) |
| LCH | lch(62.4 88.8 332.1) |
| OKLCH | oklch(0.709 0.254 333.4) |
Copy-ready code
/* CSS */
color: #f74fe2;
background-color: #f74fe2;
/* Tailwind (arbitrary) */
class="text-[#f74fe2] bg-[#f74fe2]"
/* SCSS */
$brand: #f74fe2;
/* SwiftUI */
Color(red: 0.969, green: 0.310, blue: 0.886)
/* Android */
Color.parseColor("#f74fe2")Accessibility — WCAG contrast
Aa
#f74fe2 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f74fe2 on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green31.0%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow8.5%
Key (black)3.1%
Color previews
#f74fe2 text on a black background
contrast 7.17:1
Card sample
#f74fe2 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f74fe2;
Background color
Panel with #f74fe2 background
background-color: #f74fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f74fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 79, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 79, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f74fe2; background: linear-gradient(135deg, #f74fe2, #F74F72);