#f71cbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 28, 191
HSL
315°, 93%, 54%
CMYK
0, 89, 23, 3
Luminance
0.2437
Every format
| HEX | #f71cbf |
| RGB | rgb(247, 28, 191) |
| HSL | hsl(315, 93%, 54%) |
| CMYK | cmyk(0%, 89%, 23%, 3%) |
| LAB | lab(56.5 86.3 -30.9) |
| LCH | lch(56.5 91.7 340.3) |
| OKLCH | oklch(0.661 0.274 342.4) |
Copy-ready code
/* CSS */
color: #f71cbf;
background-color: #f71cbf;
/* Tailwind (arbitrary) */
class="text-[#f71cbf] bg-[#f71cbf]"
/* SCSS */
$brand: #f71cbf;
/* SwiftUI */
Color(red: 0.969, green: 0.110, blue: 0.749)
/* Android */
Color.parseColor("#f71cbf")Accessibility — WCAG contrast
Aa
#f71cbf on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71cbf on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green11.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta88.7%
Yellow22.7%
Key (black)3.1%
Color previews
#f71cbf text on a black background
contrast 5.87:1
Card sample
#f71cbf text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71cbf;
Background color
Panel with #f71cbf background
background-color: #f71cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 28, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 28, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71cbf; background: linear-gradient(135deg, #f71cbf, #F71C2D);