#fa9772
a light, electric orange · warm · closest name: salmon
RGB
250, 151, 114
HSL
16°, 93%, 71%
CMYK
0, 40, 54, 2
Luminance
0.4367
Every format
| HEX | #fa9772 |
| RGB | rgb(250, 151, 114) |
| HSL | hsl(16, 93%, 71%) |
| CMYK | cmyk(0%, 40%, 54%, 2%) |
| LAB | lab(72.0 33.5 35.2) |
| LCH | lch(72.0 48.6 46.4) |
| OKLCH | oklch(0.771 0.130 41.1) |
Copy-ready code
/* CSS */
color: #fa9772;
background-color: #fa9772;
/* Tailwind (arbitrary) */
class="text-[#fa9772] bg-[#fa9772]"
/* SCSS */
$brand: #fa9772;
/* SwiftUI */
Color(red: 0.980, green: 0.592, blue: 0.447)
/* Android */
Color.parseColor("#fa9772")Accessibility — WCAG contrast
Aa
#fa9772 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa9772 on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green59.2%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta39.6%
Yellow54.4%
Key (black)2.0%
Color previews
#fa9772 text on a black background
contrast 9.73:1
Card sample
#fa9772 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa9772;
Background color
Panel with #fa9772 background
background-color: #fa9772;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa9772;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 151, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 151, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa9772; background: linear-gradient(135deg, #fa9772, #FAF272);