#f71baf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 27, 175
HSL
320°, 93%, 54%
CMYK
0, 89, 29, 3
Luminance
0.2365
Every format
| HEX | #f71baf |
| RGB | rgb(247, 27, 175) |
| HSL | hsl(320, 93%, 54%) |
| CMYK | cmyk(0%, 89%, 29%, 3%) |
| LAB | lab(55.7 84.7 -22.7) |
| LCH | lch(55.7 87.7 345.0) |
| OKLCH | oklch(0.654 0.266 347.0) |
Copy-ready code
/* CSS */
color: #f71baf;
background-color: #f71baf;
/* Tailwind (arbitrary) */
class="text-[#f71baf] bg-[#f71baf]"
/* SCSS */
$brand: #f71baf;
/* SwiftUI */
Color(red: 0.969, green: 0.106, blue: 0.686)
/* Android */
Color.parseColor("#f71baf")Accessibility — WCAG contrast
Aa
#f71baf on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71baf on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green10.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow29.1%
Key (black)3.1%
Color previews
#f71baf text on a black background
contrast 5.73:1
Card sample
#f71baf text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71baf;
Background color
Panel with #f71baf background
background-color: #f71baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 27, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 27, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71baf; background: linear-gradient(135deg, #f71baf, #F71B1C);