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