#f98685
a light, electric red · warm · closest name: salmon
RGB
249, 134, 133
HSL
1°, 91%, 75%
CMYK
0, 46, 47, 2
Luminance
0.3888
Every format
| HEX | #f98685 |
| RGB | rgb(249, 134, 133) |
| HSL | hsl(1, 91%, 75%) |
| CMYK | cmyk(0%, 46%, 47%, 2%) |
| LAB | lab(68.7 43.5 20.4) |
| LCH | lch(68.7 48.1 25.1) |
| OKLCH | oklch(0.747 0.141 21.5) |
Copy-ready code
/* CSS */
color: #f98685;
background-color: #f98685;
/* Tailwind (arbitrary) */
class="text-[#f98685] bg-[#f98685]"
/* SCSS */
$brand: #f98685;
/* SwiftUI */
Color(red: 0.976, green: 0.525, blue: 0.522)
/* Android */
Color.parseColor("#f98685")Accessibility — WCAG contrast
Aa
#f98685 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f98685 on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green52.5%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow46.6%
Key (black)2.4%
Color previews
#f98685 text on a black background
contrast 8.78:1
Card sample
#f98685 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f98685;
Background color
Panel with #f98685 background
background-color: #f98685;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f98685;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 134, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 134, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f98685; background: linear-gradient(135deg, #f98685, #F9D385);