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