#ff71fc
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 113, 252
HSL
301°, 100%, 72%
CMYK
0, 56, 1, 0
Luminance
0.4010
Every format
| HEX | #ff71fc |
| RGB | rgb(255, 113, 252) |
| HSL | hsl(301, 100%, 72%) |
| CMYK | cmyk(0%, 56%, 1%, 0%) |
| LAB | lab(69.5 71.2 -44.6) |
| LCH | lch(69.5 84.0 327.9) |
| OKLCH | oklch(0.767 0.234 328.4) |
Copy-ready code
/* CSS */
color: #ff71fc;
background-color: #ff71fc;
/* Tailwind (arbitrary) */
class="text-[#ff71fc] bg-[#ff71fc]"
/* SCSS */
$brand: #ff71fc;
/* SwiftUI */
Color(red: 1.000, green: 0.443, blue: 0.988)
/* Android */
Color.parseColor("#ff71fc")Accessibility — WCAG contrast
Aa
#ff71fc on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff71fc on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green44.3%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow1.2%
Key (black)0.0%
Color previews
#ff71fc text on a black background
contrast 9.02:1
Card sample
#ff71fc text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff71fc;
Background color
Panel with #ff71fc background
background-color: #ff71fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff71fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 113, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 113, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff71fc; background: linear-gradient(135deg, #ff71fc, #FF719D);