#ff71cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 113, 205
HSL
321°, 100%, 72%
CMYK
0, 56, 20, 0
Luminance
0.3748
Every format
| HEX | #ff71cd |
| RGB | rgb(255, 113, 205) |
| HSL | hsl(321, 100%, 72%) |
| CMYK | cmyk(0%, 56%, 20%, 0%) |
| LAB | lab(67.6 64.0 -21.5) |
| LCH | lch(67.6 67.5 341.4) |
| OKLCH | oklch(0.747 0.199 343.3) |
Copy-ready code
/* CSS */
color: #ff71cd;
background-color: #ff71cd;
/* Tailwind (arbitrary) */
class="text-[#ff71cd] bg-[#ff71cd]"
/* SCSS */
$brand: #ff71cd;
/* SwiftUI */
Color(red: 1.000, green: 0.443, blue: 0.804)
/* Android */
Color.parseColor("#ff71cd")Accessibility — WCAG contrast
Aa
#ff71cd on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff71cd on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green44.3%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow19.6%
Key (black)0.0%
Color previews
#ff71cd text on a black background
contrast 8.50:1
Card sample
#ff71cd text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff71cd;
Background color
Panel with #ff71cd background
background-color: #ff71cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff71cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 113, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 113, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff71cd; background: linear-gradient(135deg, #ff71cd, #FF7471);