#f13af5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 58, 245
HSL
299°, 90%, 59%
CMYK
2, 76, 0, 4
Luminance
0.2832
Every format
| HEX | #f13af5 |
| RGB | rgb(241, 58, 245) |
| HSL | hsl(299, 90%, 59%) |
| CMYK | cmyk(2%, 76%, 0%, 4%) |
| LAB | lab(60.2 86.4 -55.6) |
| LCH | lch(60.2 102.8 327.2) |
| OKLCH | oklch(0.695 0.285 327.2) |
Copy-ready code
/* CSS */
color: #f13af5;
background-color: #f13af5;
/* Tailwind (arbitrary) */
class="text-[#f13af5] bg-[#f13af5]"
/* SCSS */
$brand: #f13af5;
/* SwiftUI */
Color(red: 0.945, green: 0.227, blue: 0.961)
/* Android */
Color.parseColor("#f13af5")Accessibility — WCAG contrast
Aa
#f13af5 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f13af5 on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green22.7%
Blue96.1%
CMYK percentages
Cyan1.6%
Magenta76.3%
Yellow0.0%
Key (black)3.9%
Color previews
#f13af5 text on a black background
contrast 6.66:1
Card sample
#f13af5 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f13af5;
Background color
Panel with #f13af5 background
background-color: #f13af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f13af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 58, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 58, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f13af5; background: linear-gradient(135deg, #f13af5, #F53A7C);