#f74ffc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 79, 252
HSL
298°, 97%, 65%
CMYK
2, 69, 0, 1
Luminance
0.3239
Every format
| HEX | #f74ffc |
| RGB | rgb(247, 79, 252) |
| HSL | hsl(298, 97%, 65%) |
| CMYK | cmyk(2%, 69%, 0%, 1%) |
| LAB | lab(63.7 82.5 -53.9) |
| LCH | lch(63.7 98.5 326.8) |
| OKLCH | oklch(0.723 0.273 326.7) |
Copy-ready code
/* CSS */
color: #f74ffc;
background-color: #f74ffc;
/* Tailwind (arbitrary) */
class="text-[#f74ffc] bg-[#f74ffc]"
/* SCSS */
$brand: #f74ffc;
/* SwiftUI */
Color(red: 0.969, green: 0.310, blue: 0.988)
/* Android */
Color.parseColor("#f74ffc")Accessibility — WCAG contrast
Aa
#f74ffc on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f74ffc on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green31.0%
Blue98.8%
CMYK percentages
Cyan2.0%
Magenta68.7%
Yellow0.0%
Key (black)1.2%
Color previews
#f74ffc text on a black background
contrast 7.48:1
Card sample
#f74ffc text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f74ffc;
Background color
Panel with #f74ffc background
background-color: #f74ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f74ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 79, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 79, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f74ffc; background: linear-gradient(135deg, #f74ffc, #FC4F8E);