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