#f97893
a light, electric red · warm · closest name: salmon
RGB
249, 120, 147
HSL
347°, 92%, 72%
CMYK
0, 52, 41, 2
Luminance
0.3568
Every format
| HEX | #f97893 |
| RGB | rgb(249, 120, 147) |
| HSL | hsl(347, 92%, 72%) |
| CMYK | cmyk(0%, 52%, 41%, 2%) |
| LAB | lab(66.3 51.8 9.2) |
| LCH | lch(66.3 52.6 10.0) |
| OKLCH | oklch(0.730 0.159 8.7) |
Copy-ready code
/* CSS */
color: #f97893;
background-color: #f97893;
/* Tailwind (arbitrary) */
class="text-[#f97893] bg-[#f97893]"
/* SCSS */
$brand: #f97893;
/* SwiftUI */
Color(red: 0.976, green: 0.471, blue: 0.576)
/* Android */
Color.parseColor("#f97893")Accessibility — WCAG contrast
Aa
#f97893 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97893 on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green47.1%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow41.0%
Key (black)2.4%
Color previews
#f97893 text on a black background
contrast 8.14:1
Card sample
#f97893 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97893;
Background color
Panel with #f97893 background
background-color: #f97893;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97893;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 120, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 120, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97893; background: linear-gradient(135deg, #f97893, #F9B378);