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