#ff47ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 71, 171
HSL
327°, 100%, 64%
CMYK
0, 72, 33, 0
Luminance
0.2871
Every format
| HEX | #ff47ab |
| RGB | rgb(255, 71, 171) |
| HSL | hsl(327, 100%, 64%) |
| CMYK | cmyk(0%, 72%, 33%, 0%) |
| LAB | lab(60.5 76.0 -12.9) |
| LCH | lch(60.5 77.1 350.3) |
| OKLCH | oklch(0.691 0.235 351.8) |
Copy-ready code
/* CSS */
color: #ff47ab;
background-color: #ff47ab;
/* Tailwind (arbitrary) */
class="text-[#ff47ab] bg-[#ff47ab]"
/* SCSS */
$brand: #ff47ab;
/* SwiftUI */
Color(red: 1.000, green: 0.278, blue: 0.671)
/* Android */
Color.parseColor("#ff47ab")Accessibility — WCAG contrast
Aa
#ff47ab on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff47ab on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green27.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta72.2%
Yellow32.9%
Key (black)0.0%
Color previews
#ff47ab text on a black background
contrast 6.74:1
Card sample
#ff47ab text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff47ab;
Background color
Panel with #ff47ab background
background-color: #ff47ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff47ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 71, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 71, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff47ab; background: linear-gradient(135deg, #ff47ab, #FF5E47);