#fa8072
a light, electric red · warm · “salmon”
RGB
250, 128, 114
HSL
6°, 93%, 71%
CMYK
0, 49, 54, 2
Luminance
0.3698
Every format
| HEX | #fa8072 |
| RGB | rgb(250, 128, 114) |
| HSL | hsl(6, 93%, 71%) |
| CMYK | cmyk(0%, 49%, 54%, 2%) |
| LAB | lab(67.3 45.2 29.1) |
| LCH | lch(67.3 53.8 32.7) |
| OKLCH | oklch(0.735 0.151 28.1) |
Copy-ready code
/* CSS */
color: #fa8072;
background-color: #fa8072;
/* Tailwind (arbitrary) */
class="text-[#fa8072] bg-[#fa8072]"
/* SCSS */
$brand: #fa8072;
/* SwiftUI */
Color(red: 0.980, green: 0.502, blue: 0.447)
/* Android */
Color.parseColor("#fa8072")Accessibility — WCAG contrast
Aa
#fa8072 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa8072 on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green50.2%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta48.8%
Yellow54.4%
Key (black)2.0%
Color previews
#fa8072 text on a black background
contrast 8.40:1
Card sample
#fa8072 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa8072;
Background color
Panel with #fa8072 background
background-color: #fa8072;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa8072;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 128, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 128, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa8072; background: linear-gradient(135deg, #fa8072, #FADB72);