#f13eb3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
241, 62, 179
HSL
321°, 87%, 59%
CMYK
0, 74, 26, 6
Luminance
0.2540
Every format
| HEX | #f13eb3 |
| RGB | rgb(241, 62, 179) |
| HSL | hsl(321, 87%, 59%) |
| CMYK | cmyk(0%, 74%, 26%, 6%) |
| LAB | lab(57.5 76.3 -22.4) |
| LCH | lch(57.5 79.5 343.6) |
| OKLCH | oklch(0.665 0.239 345.6) |
Copy-ready code
/* CSS */
color: #f13eb3;
background-color: #f13eb3;
/* Tailwind (arbitrary) */
class="text-[#f13eb3] bg-[#f13eb3]"
/* SCSS */
$brand: #f13eb3;
/* SwiftUI */
Color(red: 0.945, green: 0.243, blue: 0.702)
/* Android */
Color.parseColor("#f13eb3")Accessibility — WCAG contrast
Aa
#f13eb3 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f13eb3 on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green24.3%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta74.3%
Yellow25.7%
Key (black)5.5%
Color previews
#f13eb3 text on a black background
contrast 6.08:1
Card sample
#f13eb3 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f13eb3;
Background color
Panel with #f13eb3 background
background-color: #f13eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f13eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 62, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 62, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f13eb3; background: linear-gradient(135deg, #f13eb3, #F1403E);