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