#fa2f2f
a balanced, electric red · warm · closest name: tomato
RGB
250, 47, 47
HSL
0°, 95%, 58%
CMYK
0, 81, 81, 2
Luminance
0.2256
Every format
| HEX | #fa2f2f |
| RGB | rgb(250, 47, 47) |
| HSL | hsl(0, 95%, 58%) |
| CMYK | cmyk(0%, 81%, 81%, 2%) |
| LAB | lab(54.6 73.2 50.7) |
| LCH | lch(54.6 89.1 34.7) |
| OKLCH | oklch(0.637 0.235 27.2) |
Copy-ready code
/* CSS */
color: #fa2f2f;
background-color: #fa2f2f;
/* Tailwind (arbitrary) */
class="text-[#fa2f2f] bg-[#fa2f2f]"
/* SCSS */
$brand: #fa2f2f;
/* SwiftUI */
Color(red: 0.980, green: 0.184, blue: 0.184)
/* Android */
Color.parseColor("#fa2f2f")Accessibility — WCAG contrast
Aa
#fa2f2f on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa2f2f on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green18.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta81.2%
Yellow81.2%
Key (black)2.0%
Color previews
#fa2f2f text on a black background
contrast 5.51:1
Card sample
#fa2f2f text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa2f2f;
Background color
Panel with #fa2f2f background
background-color: #fa2f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa2f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 47, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 47, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa2f2f; background: linear-gradient(135deg, #fa2f2f, #FAB62F);