#f047b4
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 71, 180
HSL
321°, 85%, 61%
CMYK
0, 70, 25, 6
Luminance
0.2633
Every format
| HEX | #f047b4 |
| RGB | rgb(240, 71, 180) |
| HSL | hsl(321, 85%, 61%) |
| CMYK | cmyk(0%, 70%, 25%, 6%) |
| LAB | lab(58.4 73.3 -21.7) |
| LCH | lch(58.4 76.4 343.5) |
| OKLCH | oklch(0.671 0.229 345.5) |
Copy-ready code
/* CSS */
color: #f047b4;
background-color: #f047b4;
/* Tailwind (arbitrary) */
class="text-[#f047b4] bg-[#f047b4]"
/* SCSS */
$brand: #f047b4;
/* SwiftUI */
Color(red: 0.941, green: 0.278, blue: 0.706)
/* Android */
Color.parseColor("#f047b4")Accessibility — WCAG contrast
Aa
#f047b4 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f047b4 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green27.8%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow25.0%
Key (black)5.9%
Color previews
#f047b4 text on a black background
contrast 6.27:1
Card sample
#f047b4 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f047b4;
Background color
Panel with #f047b4 background
background-color: #f047b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f047b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 71, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 71, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f047b4; background: linear-gradient(135deg, #f047b4, #F04B47);