#f74ba2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 75, 162
HSL
330°, 92%, 63%
CMYK
0, 70, 34, 3
Luminance
0.2741
Every format
| HEX | #f74ba2 |
| RGB | rgb(247, 75, 162) |
| HSL | hsl(330, 92%, 63%) |
| CMYK | cmyk(0%, 70%, 34%, 3%) |
| LAB | lab(59.4 71.7 -9.6) |
| LCH | lch(59.4 72.3 352.4) |
| OKLCH | oklch(0.679 0.221 353.6) |
Copy-ready code
/* CSS */
color: #f74ba2;
background-color: #f74ba2;
/* Tailwind (arbitrary) */
class="text-[#f74ba2] bg-[#f74ba2]"
/* SCSS */
$brand: #f74ba2;
/* SwiftUI */
Color(red: 0.969, green: 0.294, blue: 0.635)
/* Android */
Color.parseColor("#f74ba2")Accessibility — WCAG contrast
Aa
#f74ba2 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f74ba2 on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green29.4%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta69.6%
Yellow34.4%
Key (black)3.1%
Color previews
#f74ba2 text on a black background
contrast 6.48:1
Card sample
#f74ba2 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f74ba2;
Background color
Panel with #f74ba2 background
background-color: #f74ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f74ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 75, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 75, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f74ba2; background: linear-gradient(135deg, #f74ba2, #F7674B);