#f047ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 71, 186
HSL
319°, 85%, 61%
CMYK
0, 70, 23, 6
Luminance
0.2658
Every format
| HEX | #f047ba |
| RGB | rgb(240, 71, 186) |
| HSL | hsl(319, 85%, 61%) |
| CMYK | cmyk(0%, 70%, 23%, 6%) |
| LAB | lab(58.6 74.0 -24.8) |
| LCH | lch(58.6 78.1 341.5) |
| OKLCH | oklch(0.674 0.233 343.5) |
Copy-ready code
/* CSS */
color: #f047ba;
background-color: #f047ba;
/* Tailwind (arbitrary) */
class="text-[#f047ba] bg-[#f047ba]"
/* SCSS */
$brand: #f047ba;
/* SwiftUI */
Color(red: 0.941, green: 0.278, blue: 0.729)
/* Android */
Color.parseColor("#f047ba")Accessibility — WCAG contrast
Aa
#f047ba on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f047ba on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green27.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow22.5%
Key (black)5.9%
Color previews
#f047ba text on a black background
contrast 6.32:1
Card sample
#f047ba text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f047ba;
Background color
Panel with #f047ba background
background-color: #f047ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f047ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 71, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 71, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f047ba; background: linear-gradient(135deg, #f047ba, #F04749);