#f30849
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
243, 8, 73
HSL
343°, 94%, 49%
CMYK
0, 97, 70, 5
Luminance
0.1971
Every format
| HEX | #f30849 |
| RGB | rgb(243, 8, 73) |
| HSL | hsl(343, 94%, 49%) |
| CMYK | cmyk(0%, 97%, 70%, 5%) |
| LAB | lab(51.5 78.2 32.3) |
| LCH | lch(51.5 84.6 22.5) |
| OKLCH | oklch(0.613 0.243 17.9) |
Copy-ready code
/* CSS */
color: #f30849;
background-color: #f30849;
/* Tailwind (arbitrary) */
class="text-[#f30849] bg-[#f30849]"
/* SCSS */
$brand: #f30849;
/* SwiftUI */
Color(red: 0.953, green: 0.031, blue: 0.286)
/* Android */
Color.parseColor("#f30849")Accessibility — WCAG contrast
Aa
#f30849 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f30849 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green3.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta96.7%
Yellow70.0%
Key (black)4.7%
Color previews
#f30849 text on a black background
contrast 4.94:1
Card sample
#f30849 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f30849;
Background color
Panel with #f30849 background
background-color: #f30849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f30849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 8, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 8, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f30849; background: linear-gradient(135deg, #f30849, #F36408);