#f13ad5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 58, 213
HSL
309°, 87%, 59%
CMYK
0, 76, 12, 6
Luminance
0.2653
Every format
| HEX | #f13ad5 |
| RGB | rgb(241, 58, 213) |
| HSL | hsl(309, 87%, 59%) |
| CMYK | cmyk(0%, 76%, 12%, 6%) |
| LAB | lab(58.5 81.8 -40.3) |
| LCH | lch(58.5 91.2 333.8) |
| OKLCH | oklch(0.678 0.263 335.3) |
Copy-ready code
/* CSS */
color: #f13ad5;
background-color: #f13ad5;
/* Tailwind (arbitrary) */
class="text-[#f13ad5] bg-[#f13ad5]"
/* SCSS */
$brand: #f13ad5;
/* SwiftUI */
Color(red: 0.945, green: 0.227, blue: 0.835)
/* Android */
Color.parseColor("#f13ad5")Accessibility — WCAG contrast
Aa
#f13ad5 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f13ad5 on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green22.7%
Blue83.5%
CMYK percentages
Cyan0.0%
Magenta75.9%
Yellow11.6%
Key (black)5.5%
Color previews
#f13ad5 text on a black background
contrast 6.31:1
Card sample
#f13ad5 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f13ad5;
Background color
Panel with #f13ad5 background
background-color: #f13ad5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f13ad5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 58, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 58, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f13ad5; background: linear-gradient(135deg, #f13ad5, #F13A5B);