#f313d3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 19, 211
HSL
309°, 90%, 51%
CMYK
0, 92, 13, 5
Luminance
0.2422
Every format
| HEX | #f313d3 |
| RGB | rgb(243, 19, 211) |
| HSL | hsl(309, 90%, 51%) |
| CMYK | cmyk(0%, 92%, 13%, 5%) |
| LAB | lab(56.3 89.1 -42.6) |
| LCH | lch(56.3 98.8 334.4) |
| OKLCH | oklch(0.662 0.287 336.0) |
Copy-ready code
/* CSS */
color: #f313d3;
background-color: #f313d3;
/* Tailwind (arbitrary) */
class="text-[#f313d3] bg-[#f313d3]"
/* SCSS */
$brand: #f313d3;
/* SwiftUI */
Color(red: 0.953, green: 0.075, blue: 0.827)
/* Android */
Color.parseColor("#f313d3")Accessibility — WCAG contrast
Aa
#f313d3 on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f313d3 on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green7.5%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta92.2%
Yellow13.2%
Key (black)4.7%
Color previews
#f313d3 text on a black background
contrast 5.84:1
Card sample
#f313d3 text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f313d3;
Background color
Panel with #f313d3 background
background-color: #f313d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f313d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 19, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 19, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f313d3; background: linear-gradient(135deg, #f313d3, #F3133E);