#f313c0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 19, 192
HSL
314°, 90%, 51%
CMYK
0, 92, 21, 5
Luminance
0.2333
Every format
| HEX | #f313c0 |
| RGB | rgb(243, 19, 192) |
| HSL | hsl(314, 90%, 51%) |
| CMYK | cmyk(0%, 92%, 21%, 5%) |
| LAB | lab(55.4 86.8 -33.1) |
| LCH | lch(55.4 92.9 339.1) |
| OKLCH | oklch(0.653 0.276 341.1) |
Copy-ready code
/* CSS */
color: #f313c0;
background-color: #f313c0;
/* Tailwind (arbitrary) */
class="text-[#f313c0] bg-[#f313c0]"
/* SCSS */
$brand: #f313c0;
/* SwiftUI */
Color(red: 0.953, green: 0.075, blue: 0.753)
/* Android */
Color.parseColor("#f313c0")Accessibility — WCAG contrast
Aa
#f313c0 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f313c0 on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green7.5%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta92.2%
Yellow21.0%
Key (black)4.7%
Color previews
#f313c0 text on a black background
contrast 5.67:1
Card sample
#f313c0 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f313c0;
Background color
Panel with #f313c0 background
background-color: #f313c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f313c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 19, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 19, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f313c0; background: linear-gradient(135deg, #f313c0, #F3132B);