#f2987a
a light, electric orange · warm · closest name: salmon
RGB
242, 152, 122
HSL
15°, 82%, 71%
CMYK
0, 37, 50, 5
Luminance
0.4274
Every format
| HEX | #f2987a |
| RGB | rgb(242, 152, 122) |
| HSL | hsl(15, 82%, 71%) |
| CMYK | cmyk(0%, 37%, 50%, 5%) |
| LAB | lab(71.4 30.6 29.9) |
| LCH | lch(71.4 42.8 44.3) |
| OKLCH | oklch(0.765 0.117 39.2) |
Copy-ready code
/* CSS */
color: #f2987a;
background-color: #f2987a;
/* Tailwind (arbitrary) */
class="text-[#f2987a] bg-[#f2987a]"
/* SCSS */
$brand: #f2987a;
/* SwiftUI */
Color(red: 0.949, green: 0.596, blue: 0.478)
/* Android */
Color.parseColor("#f2987a")Accessibility — WCAG contrast
Aa
#f2987a on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2987a on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green59.6%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow49.6%
Key (black)5.1%
Color previews
#f2987a text on a black background
contrast 9.55:1
Card sample
#f2987a text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2987a;
Background color
Panel with #f2987a background
background-color: #f2987a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2987a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 152, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 152, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2987a; background: linear-gradient(135deg, #f2987a, #F2E87A);