#f31270
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
243, 18, 112
HSL
335°, 90%, 51%
CMYK
0, 93, 54, 5
Luminance
0.2066
Every format
| HEX | #f31270 |
| RGB | rgb(243, 18, 112) |
| HSL | hsl(335, 90%, 51%) |
| CMYK | cmyk(0%, 93%, 54%, 5%) |
| LAB | lab(52.6 79.4 10.1) |
| LCH | lch(52.6 80.1 7.3) |
| OKLCH | oklch(0.623 0.244 6.1) |
Copy-ready code
/* CSS */
color: #f31270;
background-color: #f31270;
/* Tailwind (arbitrary) */
class="text-[#f31270] bg-[#f31270]"
/* SCSS */
$brand: #f31270;
/* SwiftUI */
Color(red: 0.953, green: 0.071, blue: 0.439)
/* Android */
Color.parseColor("#f31270")Accessibility — WCAG contrast
Aa
#f31270 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f31270 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green7.1%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta92.6%
Yellow53.9%
Key (black)4.7%
Color previews
#f31270 text on a black background
contrast 5.13:1
Card sample
#f31270 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f31270;
Background color
Panel with #f31270 background
background-color: #f31270;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f31270;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 18, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 18, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f31270; background: linear-gradient(135deg, #f31270, #F34A12);