#f313da
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 19, 218
HSL
307°, 90%, 51%
CMYK
0, 92, 10, 5
Luminance
0.2458
Every format
| HEX | #f313da |
| RGB | rgb(243, 19, 218) |
| HSL | hsl(307, 90%, 51%) |
| CMYK | cmyk(0%, 92%, 10%, 5%) |
| LAB | lab(56.7 90.0 -46.0) |
| LCH | lch(56.7 101.1 332.9) |
| OKLCH | oklch(0.666 0.291 334.3) |
Copy-ready code
/* CSS */
color: #f313da;
background-color: #f313da;
/* Tailwind (arbitrary) */
class="text-[#f313da] bg-[#f313da]"
/* SCSS */
$brand: #f313da;
/* SwiftUI */
Color(red: 0.953, green: 0.075, blue: 0.855)
/* Android */
Color.parseColor("#f313da")Accessibility — WCAG contrast
Aa
#f313da on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f313da on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green7.5%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta92.2%
Yellow10.3%
Key (black)4.7%
Color previews
#f313da text on a black background
contrast 5.92:1
Card sample
#f313da text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f313da;
Background color
Panel with #f313da background
background-color: #f313da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f313da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 19, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 19, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f313da; background: linear-gradient(135deg, #f313da, #F31345);