#f99485
a light, electric red · warm · closest name: salmon
RGB
249, 148, 133
HSL
8°, 91%, 75%
CMYK
0, 41, 47, 2
Luminance
0.4301
Every format
| HEX | #f99485 |
| RGB | rgb(249, 148, 133) |
| HSL | hsl(8, 91%, 75%) |
| CMYK | cmyk(0%, 41%, 47%, 2%) |
| LAB | lab(71.6 36.4 24.3) |
| LCH | lch(71.6 43.8 33.8) |
| OKLCH | oklch(0.769 0.125 29.3) |
Copy-ready code
/* CSS */
color: #f99485;
background-color: #f99485;
/* Tailwind (arbitrary) */
class="text-[#f99485] bg-[#f99485]"
/* SCSS */
$brand: #f99485;
/* SwiftUI */
Color(red: 0.976, green: 0.580, blue: 0.522)
/* Android */
Color.parseColor("#f99485")Accessibility — WCAG contrast
Aa
#f99485 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99485 on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green58.0%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta40.6%
Yellow46.6%
Key (black)2.4%
Color previews
#f99485 text on a black background
contrast 9.60:1
Card sample
#f99485 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99485;
Background color
Panel with #f99485 background
background-color: #f99485;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99485;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 148, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 148, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99485; background: linear-gradient(135deg, #f99485, #F9E185);