#fa2f49
a balanced, electric red · warm · closest name: crimson
RGB
250, 47, 73
HSL
352°, 95%, 58%
CMYK
0, 81, 71, 2
Luminance
0.2284
Every format
| HEX | #fa2f49 |
| RGB | rgb(250, 47, 73) |
| HSL | hsl(352, 95%, 58%) |
| CMYK | cmyk(0%, 81%, 71%, 2%) |
| LAB | lab(54.9 74.1 36.7) |
| LCH | lch(54.9 82.7 26.4) |
| OKLCH | oklch(0.640 0.233 21.1) |
Copy-ready code
/* CSS */
color: #fa2f49;
background-color: #fa2f49;
/* Tailwind (arbitrary) */
class="text-[#fa2f49] bg-[#fa2f49]"
/* SCSS */
$brand: #fa2f49;
/* SwiftUI */
Color(red: 0.980, green: 0.184, blue: 0.286)
/* Android */
Color.parseColor("#fa2f49")Accessibility — WCAG contrast
Aa
#fa2f49 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa2f49 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green18.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta81.2%
Yellow70.8%
Key (black)2.0%
Color previews
#fa2f49 text on a black background
contrast 5.57:1
Card sample
#fa2f49 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa2f49;
Background color
Panel with #fa2f49 background
background-color: #fa2f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa2f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 47, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 47, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa2f49; background: linear-gradient(135deg, #fa2f49, #FA9C2F);