#f13baf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
241, 59, 175
HSL
322°, 87%, 59%
CMYK
0, 76, 27, 6
Luminance
0.2492
Every format
| HEX | #f13baf |
| RGB | rgb(241, 59, 175) |
| HSL | hsl(322, 87%, 59%) |
| CMYK | cmyk(0%, 76%, 27%, 6%) |
| LAB | lab(57.0 76.7 -20.8) |
| LCH | lch(57.0 79.5 344.8) |
| OKLCH | oklch(0.661 0.240 346.7) |
Copy-ready code
/* CSS */
color: #f13baf;
background-color: #f13baf;
/* Tailwind (arbitrary) */
class="text-[#f13baf] bg-[#f13baf]"
/* SCSS */
$brand: #f13baf;
/* SwiftUI */
Color(red: 0.945, green: 0.231, blue: 0.686)
/* Android */
Color.parseColor("#f13baf")Accessibility — WCAG contrast
Aa
#f13baf on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f13baf on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green23.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta75.5%
Yellow27.4%
Key (black)5.5%
Color previews
#f13baf text on a black background
contrast 5.98:1
Card sample
#f13baf text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f13baf;
Background color
Panel with #f13baf background
background-color: #f13baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f13baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 59, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 59, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f13baf; background: linear-gradient(135deg, #f13baf, #F1403B);