#f19476
a light, electric red · warm · closest name: salmon
RGB
241, 148, 118
HSL
15°, 82%, 70%
CMYK
0, 39, 51, 6
Luminance
0.4119
Every format
| HEX | #f19476 |
| RGB | rgb(241, 148, 118) |
| HSL | hsl(15, 82%, 70%) |
| CMYK | cmyk(0%, 39%, 51%, 6%) |
| LAB | lab(70.3 32.0 30.7) |
| LCH | lch(70.3 44.3 43.8) |
| OKLCH | oklch(0.756 0.120 38.6) |
Copy-ready code
/* CSS */
color: #f19476;
background-color: #f19476;
/* Tailwind (arbitrary) */
class="text-[#f19476] bg-[#f19476]"
/* SCSS */
$brand: #f19476;
/* SwiftUI */
Color(red: 0.945, green: 0.580, blue: 0.463)
/* Android */
Color.parseColor("#f19476")Accessibility — WCAG contrast
Aa
#f19476 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f19476 on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green58.0%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow51.0%
Key (black)5.5%
Color previews
#f19476 text on a black background
contrast 9.24:1
Card sample
#f19476 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f19476;
Background color
Panel with #f19476 background
background-color: #f19476;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f19476;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 148, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 148, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f19476; background: linear-gradient(135deg, #f19476, #F1E676);