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