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