#f31d69
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
243, 29, 105
HSL
339°, 90%, 53%
CMYK
0, 88, 57, 5
Luminance
0.2095
Every format
| HEX | #f31d69 |
| RGB | rgb(243, 29, 105) |
| HSL | hsl(339, 90%, 53%) |
| CMYK | cmyk(0%, 88%, 57%, 5%) |
| LAB | lab(52.9 77.5 14.8) |
| LCH | lch(52.9 79.0 10.8) |
| OKLCH | oklch(0.625 0.239 9.0) |
Copy-ready code
/* CSS */
color: #f31d69;
background-color: #f31d69;
/* Tailwind (arbitrary) */
class="text-[#f31d69] bg-[#f31d69]"
/* SCSS */
$brand: #f31d69;
/* SwiftUI */
Color(red: 0.953, green: 0.114, blue: 0.412)
/* Android */
Color.parseColor("#f31d69")Accessibility — WCAG contrast
Aa
#f31d69 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f31d69 on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green11.4%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta88.1%
Yellow56.8%
Key (black)4.7%
Color previews
#f31d69 text on a black background
contrast 5.19:1
Card sample
#f31d69 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f31d69;
Background color
Panel with #f31d69 background
background-color: #f31d69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f31d69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 29, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 29, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f31d69; background: linear-gradient(135deg, #f31d69, #F3601D);