#f5997a
a light, electric orange · warm · closest name: salmon
RGB
245, 153, 122
HSL
15°, 86%, 72%
CMYK
0, 38, 50, 4
Luminance
0.4360
Every format
| HEX | #f5997a |
| RGB | rgb(245, 153, 122) |
| HSL | hsl(15, 86%, 72%) |
| CMYK | cmyk(0%, 38%, 50%, 4%) |
| LAB | lab(72.0 31.3 30.8) |
| LCH | lch(72.0 43.9 44.5) |
| OKLCH | oklch(0.770 0.119 39.4) |
Copy-ready code
/* CSS */
color: #f5997a;
background-color: #f5997a;
/* Tailwind (arbitrary) */
class="text-[#f5997a] bg-[#f5997a]"
/* SCSS */
$brand: #f5997a;
/* SwiftUI */
Color(red: 0.961, green: 0.600, blue: 0.478)
/* Android */
Color.parseColor("#f5997a")Accessibility — WCAG contrast
Aa
#f5997a on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5997a on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green60.0%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta37.6%
Yellow50.2%
Key (black)3.9%
Color previews
#f5997a text on a black background
contrast 9.72:1
Card sample
#f5997a text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5997a;
Background color
Panel with #f5997a background
background-color: #f5997a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5997a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 153, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 153, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5997a; background: linear-gradient(135deg, #f5997a, #F5EB7A);