#f74eb9
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 78, 185
HSL
322°, 91%, 64%
CMYK
0, 68, 25, 3
Luminance
0.2873
Every format
| HEX | #f74eb9 |
| RGB | rgb(247, 78, 185) |
| HSL | hsl(322, 91%, 64%) |
| CMYK | cmyk(0%, 68%, 25%, 3%) |
| LAB | lab(60.5 73.3 -21.1) |
| LCH | lch(60.5 76.3 343.9) |
| OKLCH | oklch(0.690 0.229 345.8) |
Copy-ready code
/* CSS */
color: #f74eb9;
background-color: #f74eb9;
/* Tailwind (arbitrary) */
class="text-[#f74eb9] bg-[#f74eb9]"
/* SCSS */
$brand: #f74eb9;
/* SwiftUI */
Color(red: 0.969, green: 0.306, blue: 0.725)
/* Android */
Color.parseColor("#f74eb9")Accessibility — WCAG contrast
Aa
#f74eb9 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f74eb9 on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green30.6%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow25.1%
Key (black)3.1%
Color previews
#f74eb9 text on a black background
contrast 6.75:1
Card sample
#f74eb9 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f74eb9;
Background color
Panel with #f74eb9 background
background-color: #f74eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f74eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 78, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 78, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f74eb9; background: linear-gradient(135deg, #f74eb9, #F7534E);