#f9155c
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
249, 21, 92
HSL
341°, 95%, 53%
CMYK
0, 92, 63, 2
Luminance
0.2145
Every format
| HEX | #f9155c |
| RGB | rgb(249, 21, 92) |
| HSL | hsl(341, 95%, 53%) |
| CMYK | cmyk(0%, 92%, 63%, 2%) |
| LAB | lab(53.4 79.3 23.6) |
| LCH | lch(53.4 82.7 16.6) |
| OKLCH | oklch(0.630 0.245 13.5) |
Copy-ready code
/* CSS */
color: #f9155c;
background-color: #f9155c;
/* Tailwind (arbitrary) */
class="text-[#f9155c] bg-[#f9155c]"
/* SCSS */
$brand: #f9155c;
/* SwiftUI */
Color(red: 0.976, green: 0.082, blue: 0.361)
/* Android */
Color.parseColor("#f9155c")Accessibility — WCAG contrast
Aa
#f9155c on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f9155c on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green8.2%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta91.6%
Yellow63.1%
Key (black)2.4%
Color previews
#f9155c text on a black background
contrast 5.29:1
Card sample
#f9155c text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9155c;
Background color
Panel with #f9155c background
background-color: #f9155c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9155c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 21, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 21, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9155c; background: linear-gradient(135deg, #f9155c, #F96615);