#f13eb0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
241, 62, 176
HSL
322°, 87%, 59%
CMYK
0, 74, 27, 6
Luminance
0.2528
Every format
| HEX | #f13eb0 |
| RGB | rgb(241, 62, 176) |
| HSL | hsl(322, 87%, 59%) |
| CMYK | cmyk(0%, 74%, 27%, 6%) |
| LAB | lab(57.4 75.9 -20.9) |
| LCH | lch(57.4 78.7 344.6) |
| OKLCH | oklch(0.664 0.237 346.5) |
Copy-ready code
/* CSS */
color: #f13eb0;
background-color: #f13eb0;
/* Tailwind (arbitrary) */
class="text-[#f13eb0] bg-[#f13eb0]"
/* SCSS */
$brand: #f13eb0;
/* SwiftUI */
Color(red: 0.945, green: 0.243, blue: 0.690)
/* Android */
Color.parseColor("#f13eb0")Accessibility — WCAG contrast
Aa
#f13eb0 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f13eb0 on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green24.3%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta74.3%
Yellow27.0%
Key (black)5.5%
Color previews
#f13eb0 text on a black background
contrast 6.06:1
Card sample
#f13eb0 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f13eb0;
Background color
Panel with #f13eb0 background
background-color: #f13eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f13eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 62, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 62, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f13eb0; background: linear-gradient(135deg, #f13eb0, #F1433E);