#f134eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 52, 235
HSL
302°, 87%, 58%
CMYK
0, 78, 3, 6
Luminance
0.2715
Every format
| HEX | #f134eb |
| RGB | rgb(241, 52, 235) |
| HSL | hsl(302, 87%, 58%) |
| CMYK | cmyk(0%, 78%, 3%, 6%) |
| LAB | lab(59.1 86.4 -51.7) |
| LCH | lch(59.1 100.7 329.1) |
| OKLCH | oklch(0.685 0.283 329.6) |
Copy-ready code
/* CSS */
color: #f134eb;
background-color: #f134eb;
/* Tailwind (arbitrary) */
class="text-[#f134eb] bg-[#f134eb]"
/* SCSS */
$brand: #f134eb;
/* SwiftUI */
Color(red: 0.945, green: 0.204, blue: 0.922)
/* Android */
Color.parseColor("#f134eb")Accessibility — WCAG contrast
Aa
#f134eb on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f134eb on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green20.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta78.4%
Yellow2.5%
Key (black)5.5%
Color previews
#f134eb text on a black background
contrast 6.43:1
Card sample
#f134eb text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f134eb;
Background color
Panel with #f134eb background
background-color: #f134eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f134eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 52, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 52, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f134eb; background: linear-gradient(135deg, #f134eb, #F1346D);