#ff71af
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 113, 175
HSL
334°, 100%, 72%
CMYK
0, 56, 31, 0
Luminance
0.3617
Every format
| HEX | #ff71af |
| RGB | rgb(255, 113, 175) |
| HSL | hsl(334, 100%, 72%) |
| CMYK | cmyk(0%, 56%, 31%, 0%) |
| LAB | lab(66.7 60.1 -6.1) |
| LCH | lch(66.7 60.4 354.2) |
| OKLCH | oklch(0.737 0.183 355.2) |
Copy-ready code
/* CSS */
color: #ff71af;
background-color: #ff71af;
/* Tailwind (arbitrary) */
class="text-[#ff71af] bg-[#ff71af]"
/* SCSS */
$brand: #ff71af;
/* SwiftUI */
Color(red: 1.000, green: 0.443, blue: 0.686)
/* Android */
Color.parseColor("#ff71af")Accessibility — WCAG contrast
Aa
#ff71af on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff71af on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green44.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow31.4%
Key (black)0.0%
Color previews
#ff71af text on a black background
contrast 8.23:1
Card sample
#ff71af text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff71af;
Background color
Panel with #ff71af background
background-color: #ff71af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff71af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 113, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 113, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff71af; background: linear-gradient(135deg, #ff71af, #FF9271);