#f91b49
a balanced, electric red · warm · closest name: crimson
RGB
249, 27, 73
HSL
348°, 95%, 54%
CMYK
0, 89, 71, 2
Luminance
0.2140
Every format
| HEX | #f91b49 |
| RGB | rgb(249, 27, 73) |
| HSL | hsl(348, 95%, 54%) |
| CMYK | cmyk(0%, 89%, 71%, 2%) |
| LAB | lab(53.4 77.6 34.9) |
| LCH | lch(53.4 85.1 24.2) |
| OKLCH | oklch(0.629 0.242 19.3) |
Copy-ready code
/* CSS */
color: #f91b49;
background-color: #f91b49;
/* Tailwind (arbitrary) */
class="text-[#f91b49] bg-[#f91b49]"
/* SCSS */
$brand: #f91b49;
/* SwiftUI */
Color(red: 0.976, green: 0.106, blue: 0.286)
/* Android */
Color.parseColor("#f91b49")Accessibility — WCAG contrast
Aa
#f91b49 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f91b49 on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green10.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta89.2%
Yellow70.7%
Key (black)2.4%
Color previews
#f91b49 text on a black background
contrast 5.28:1
Card sample
#f91b49 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f91b49;
Background color
Panel with #f91b49 background
background-color: #f91b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f91b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 27, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 27, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f91b49; background: linear-gradient(135deg, #f91b49, #F9811B);