#ff2fe8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 47, 232
HSL
307°, 100%, 59%
CMYK
0, 82, 9, 0
Luminance
0.2912
Every format
| HEX | #ff2fe8 |
| RGB | rgb(255, 47, 232) |
| HSL | hsl(307, 100%, 59%) |
| CMYK | cmyk(0%, 82%, 9%, 0%) |
| LAB | lab(60.9 89.8 -47.1) |
| LCH | lch(60.9 101.4 332.3) |
| OKLCH | oklch(0.702 0.291 333.6) |
Copy-ready code
/* CSS */
color: #ff2fe8;
background-color: #ff2fe8;
/* Tailwind (arbitrary) */
class="text-[#ff2fe8] bg-[#ff2fe8]"
/* SCSS */
$brand: #ff2fe8;
/* SwiftUI */
Color(red: 1.000, green: 0.184, blue: 0.910)
/* Android */
Color.parseColor("#ff2fe8")Accessibility — WCAG contrast
Aa
#ff2fe8 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff2fe8 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green18.4%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow9.0%
Key (black)0.0%
Color previews
#ff2fe8 text on a black background
contrast 6.82:1
Card sample
#ff2fe8 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2fe8;
Background color
Panel with #ff2fe8 background
background-color: #ff2fe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2fe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 47, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 47, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2fe8; background: linear-gradient(135deg, #ff2fe8, #FF2F5D);