#f74eb2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 78, 178
HSL
325°, 91%, 64%
CMYK
0, 68, 28, 3
Luminance
0.2844
Every format
| HEX | #f74eb2 |
| RGB | rgb(247, 78, 178) |
| HSL | hsl(325, 91%, 64%) |
| CMYK | cmyk(0%, 68%, 28%, 3%) |
| LAB | lab(60.3 72.4 -17.5) |
| LCH | lch(60.3 74.5 346.4) |
| OKLCH | oklch(0.687 0.225 348.2) |
Copy-ready code
/* CSS */
color: #f74eb2;
background-color: #f74eb2;
/* Tailwind (arbitrary) */
class="text-[#f74eb2] bg-[#f74eb2]"
/* SCSS */
$brand: #f74eb2;
/* SwiftUI */
Color(red: 0.969, green: 0.306, blue: 0.698)
/* Android */
Color.parseColor("#f74eb2")Accessibility — WCAG contrast
Aa
#f74eb2 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f74eb2 on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green30.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow27.9%
Key (black)3.1%
Color previews
#f74eb2 text on a black background
contrast 6.69:1
Card sample
#f74eb2 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f74eb2;
Background color
Panel with #f74eb2 background
background-color: #f74eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f74eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 78, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 78, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f74eb2; background: linear-gradient(135deg, #f74eb2, #F75B4E);