#ff47eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 71, 235
HSL
307°, 100%, 64%
CMYK
0, 72, 8, 0
Luminance
0.3176
Every format
| HEX | #ff47eb |
| RGB | rgb(255, 71, 235) |
| HSL | hsl(307, 100%, 64%) |
| CMYK | cmyk(0%, 72%, 8%, 0%) |
| LAB | lab(63.1 84.1 -45.2) |
| LCH | lch(63.1 95.5 331.7) |
| OKLCH | oklch(0.718 0.273 332.9) |
Copy-ready code
/* CSS */
color: #ff47eb;
background-color: #ff47eb;
/* Tailwind (arbitrary) */
class="text-[#ff47eb] bg-[#ff47eb]"
/* SCSS */
$brand: #ff47eb;
/* SwiftUI */
Color(red: 1.000, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#ff47eb")Accessibility — WCAG contrast
Aa
#ff47eb on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff47eb on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green27.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta72.2%
Yellow7.8%
Key (black)0.0%
Color previews
#ff47eb text on a black background
contrast 7.35:1
Card sample
#ff47eb text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff47eb;
Background color
Panel with #ff47eb background
background-color: #ff47eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff47eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff47eb; background: linear-gradient(135deg, #ff47eb, #FF4770);