#fa5439
a balanced, electric red · warm · closest name: tomato
RGB
250, 84, 57
HSL
8°, 95%, 60%
CMYK
0, 66, 77, 2
Luminance
0.2696
Every format
| HEX | #fa5439 |
| RGB | rgb(250, 84, 57) |
| HSL | hsl(8, 95%, 60%) |
| CMYK | cmyk(0%, 66%, 77%, 2%) |
| LAB | lab(58.9 61.8 49.9) |
| LCH | lch(58.9 79.4 38.9) |
| OKLCH | oklch(0.670 0.207 31.8) |
Copy-ready code
/* CSS */
color: #fa5439;
background-color: #fa5439;
/* Tailwind (arbitrary) */
class="text-[#fa5439] bg-[#fa5439]"
/* SCSS */
$brand: #fa5439;
/* SwiftUI */
Color(red: 0.980, green: 0.329, blue: 0.224)
/* Android */
Color.parseColor("#fa5439")Accessibility — WCAG contrast
Aa
#fa5439 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa5439 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green32.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow77.2%
Key (black)2.0%
Color previews
#fa5439 text on a black background
contrast 6.39:1
Card sample
#fa5439 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa5439;
Background color
Panel with #fa5439 background
background-color: #fa5439;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa5439;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 84, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 84, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa5439; background: linear-gradient(135deg, #fa5439, #FAD539);