#f13fd9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 63, 217
HSL
308°, 86%, 60%
CMYK
0, 74, 10, 6
Luminance
0.2727
Every format
| HEX | #f13fd9 |
| RGB | rgb(241, 63, 217) |
| HSL | hsl(308, 86%, 60%) |
| CMYK | cmyk(0%, 74%, 10%, 6%) |
| LAB | lab(59.2 80.9 -41.5) |
| LCH | lch(59.2 90.9 332.9) |
| OKLCH | oklch(0.683 0.261 334.2) |
Copy-ready code
/* CSS */
color: #f13fd9;
background-color: #f13fd9;
/* Tailwind (arbitrary) */
class="text-[#f13fd9] bg-[#f13fd9]"
/* SCSS */
$brand: #f13fd9;
/* SwiftUI */
Color(red: 0.945, green: 0.247, blue: 0.851)
/* Android */
Color.parseColor("#f13fd9")Accessibility — WCAG contrast
Aa
#f13fd9 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f13fd9 on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green24.7%
Blue85.1%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow10.0%
Key (black)5.5%
Color previews
#f13fd9 text on a black background
contrast 6.45:1
Card sample
#f13fd9 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f13fd9;
Background color
Panel with #f13fd9 background
background-color: #f13fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f13fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 63, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 63, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f13fd9; background: linear-gradient(135deg, #f13fd9, #F13F62);