#f13fd4
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
241, 63, 212
HSL
310°, 86%, 60%
CMYK
0, 74, 12, 6
Luminance
0.2701
Every format
| HEX | #f13fd4 |
| RGB | rgb(241, 63, 212) |
| HSL | hsl(310, 86%, 60%) |
| CMYK | cmyk(0%, 74%, 12%, 6%) |
| LAB | lab(59.0 80.2 -39.0) |
| LCH | lch(59.0 89.2 334.1) |
| OKLCH | oklch(0.681 0.258 335.6) |
Copy-ready code
/* CSS */
color: #f13fd4;
background-color: #f13fd4;
/* Tailwind (arbitrary) */
class="text-[#f13fd4] bg-[#f13fd4]"
/* SCSS */
$brand: #f13fd4;
/* SwiftUI */
Color(red: 0.945, green: 0.247, blue: 0.831)
/* Android */
Color.parseColor("#f13fd4")Accessibility — WCAG contrast
Aa
#f13fd4 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f13fd4 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green24.7%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow12.0%
Key (black)5.5%
Color previews
#f13fd4 text on a black background
contrast 6.40:1
Card sample
#f13fd4 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f13fd4;
Background color
Panel with #f13fd4 background
background-color: #f13fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f13fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 63, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 63, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f13fd4; background: linear-gradient(135deg, #f13fd4, #F13F5D);