#ff71ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 113, 186
HSL
329°, 100%, 72%
CMYK
0, 56, 27, 0
Luminance
0.3662
Every format
| HEX | #ff71ba |
| RGB | rgb(255, 113, 186) |
| HSL | hsl(329, 100%, 72%) |
| CMYK | cmyk(0%, 56%, 27%, 0%) |
| LAB | lab(67.0 61.5 -11.8) |
| LCH | lch(67.0 62.6 349.1) |
| OKLCH | oklch(0.740 0.189 350.7) |
Copy-ready code
/* CSS */
color: #ff71ba;
background-color: #ff71ba;
/* Tailwind (arbitrary) */
class="text-[#ff71ba] bg-[#ff71ba]"
/* SCSS */
$brand: #ff71ba;
/* SwiftUI */
Color(red: 1.000, green: 0.443, blue: 0.729)
/* Android */
Color.parseColor("#ff71ba")Accessibility — WCAG contrast
Aa
#ff71ba on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff71ba on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green44.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow27.1%
Key (black)0.0%
Color previews
#ff71ba text on a black background
contrast 8.32:1
Card sample
#ff71ba text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff71ba;
Background color
Panel with #ff71ba background
background-color: #ff71ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff71ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 113, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 113, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff71ba; background: linear-gradient(135deg, #ff71ba, #FF8771);