#ff71da
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 113, 218
HSL
316°, 100%, 72%
CMYK
0, 56, 15, 0
Luminance
0.3813
Every format
| HEX | #ff71da |
| RGB | rgb(255, 113, 218) |
| HSL | hsl(316, 100%, 72%) |
| CMYK | cmyk(0%, 56%, 15%, 0%) |
| LAB | lab(68.1 65.8 -28.0) |
| LCH | lch(68.1 71.6 337.0) |
| OKLCH | oklch(0.752 0.208 338.7) |
Copy-ready code
/* CSS */
color: #ff71da;
background-color: #ff71da;
/* Tailwind (arbitrary) */
class="text-[#ff71da] bg-[#ff71da]"
/* SCSS */
$brand: #ff71da;
/* SwiftUI */
Color(red: 1.000, green: 0.443, blue: 0.855)
/* Android */
Color.parseColor("#ff71da")Accessibility — WCAG contrast
Aa
#ff71da on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff71da on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green44.3%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow14.5%
Key (black)0.0%
Color previews
#ff71da text on a black background
contrast 8.63:1
Card sample
#ff71da text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff71da;
Background color
Panel with #ff71da background
background-color: #ff71da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff71da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 113, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 113, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff71da; background: linear-gradient(135deg, #ff71da, #FF717C);