#ff71a0
a light, electric magenta / pink · warm · closest name: salmon
RGB
255, 113, 160
HSL
340°, 100%, 72%
CMYK
0, 56, 37, 0
Luminance
0.3561
Every format
| HEX | #ff71a0 |
| RGB | rgb(255, 113, 160) |
| HSL | hsl(340, 100%, 72%) |
| CMYK | cmyk(0%, 56%, 37%, 0%) |
| LAB | lab(66.2 58.4 1.8) |
| LCH | lch(66.2 58.4 1.8) |
| OKLCH | oklch(0.732 0.178 1.8) |
Copy-ready code
/* CSS */
color: #ff71a0;
background-color: #ff71a0;
/* Tailwind (arbitrary) */
class="text-[#ff71a0] bg-[#ff71a0]"
/* SCSS */
$brand: #ff71a0;
/* SwiftUI */
Color(red: 1.000, green: 0.443, blue: 0.627)
/* Android */
Color.parseColor("#ff71a0")Accessibility — WCAG contrast
Aa
#ff71a0 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff71a0 on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green44.3%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow37.3%
Key (black)0.0%
Color previews
#ff71a0 text on a black background
contrast 8.12:1
Card sample
#ff71a0 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff71a0;
Background color
Panel with #ff71a0 background
background-color: #ff71a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff71a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 113, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 113, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff71a0; background: linear-gradient(135deg, #ff71a0, #FFA171);