#ff47cf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 71, 207
HSL
316°, 100%, 64%
CMYK
0, 72, 19, 0
Luminance
0.3027
Every format
| HEX | #ff47cf |
| RGB | rgb(255, 71, 207) |
| HSL | hsl(316, 100%, 64%) |
| CMYK | cmyk(0%, 72%, 19%, 0%) |
| LAB | lab(61.9 80.3 -31.5) |
| LCH | lch(61.9 86.2 338.6) |
| OKLCH | oklch(0.705 0.254 340.5) |
Copy-ready code
/* CSS */
color: #ff47cf;
background-color: #ff47cf;
/* Tailwind (arbitrary) */
class="text-[#ff47cf] bg-[#ff47cf]"
/* SCSS */
$brand: #ff47cf;
/* SwiftUI */
Color(red: 1.000, green: 0.278, blue: 0.812)
/* Android */
Color.parseColor("#ff47cf")Accessibility — WCAG contrast
Aa
#ff47cf on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff47cf on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green27.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta72.2%
Yellow18.8%
Key (black)0.0%
Color previews
#ff47cf text on a black background
contrast 7.05:1
Card sample
#ff47cf text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff47cf;
Background color
Panel with #ff47cf background
background-color: #ff47cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff47cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 71, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 71, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff47cf; background: linear-gradient(135deg, #ff47cf, #FF4754);