#ff47a3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 71, 163
HSL
330°, 100%, 64%
CMYK
0, 72, 36, 0
Luminance
0.2841
Every format
| HEX | #ff47a3 |
| RGB | rgb(255, 71, 163) |
| HSL | hsl(330, 100%, 64%) |
| CMYK | cmyk(0%, 72%, 36%, 0%) |
| LAB | lab(60.3 75.2 -8.7) |
| LCH | lch(60.3 75.7 353.4) |
| OKLCH | oklch(0.688 0.232 354.6) |
Copy-ready code
/* CSS */
color: #ff47a3;
background-color: #ff47a3;
/* Tailwind (arbitrary) */
class="text-[#ff47a3] bg-[#ff47a3]"
/* SCSS */
$brand: #ff47a3;
/* SwiftUI */
Color(red: 1.000, green: 0.278, blue: 0.639)
/* Android */
Color.parseColor("#ff47a3")Accessibility — WCAG contrast
Aa
#ff47a3 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff47a3 on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green27.8%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta72.2%
Yellow36.1%
Key (black)0.0%
Color previews
#ff47a3 text on a black background
contrast 6.68:1
Card sample
#ff47a3 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff47a3;
Background color
Panel with #ff47a3 background
background-color: #ff47a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff47a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 71, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 71, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff47a3; background: linear-gradient(135deg, #ff47a3, #FF6647);