#f19084
a light, electric red · warm · closest name: salmon
RGB
241, 144, 132
HSL
7°, 80%, 73%
CMYK
0, 40, 45, 6
Luminance
0.4031
Every format
| HEX | #f19084 |
| RGB | rgb(241, 144, 132) |
| HSL | hsl(7, 80%, 73%) |
| CMYK | cmyk(0%, 40%, 45%, 6%) |
| LAB | lab(69.7 35.4 22.2) |
| LCH | lch(69.7 41.7 32.1) |
| OKLCH | oklch(0.752 0.120 27.8) |
Copy-ready code
/* CSS */
color: #f19084;
background-color: #f19084;
/* Tailwind (arbitrary) */
class="text-[#f19084] bg-[#f19084]"
/* SCSS */
$brand: #f19084;
/* SwiftUI */
Color(red: 0.945, green: 0.565, blue: 0.518)
/* Android */
Color.parseColor("#f19084")Accessibility — WCAG contrast
Aa
#f19084 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f19084 on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green56.5%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow45.2%
Key (black)5.5%
Color previews
#f19084 text on a black background
contrast 9.06:1
Card sample
#f19084 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f19084;
Background color
Panel with #f19084 background
background-color: #f19084;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f19084;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 144, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 144, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f19084; background: linear-gradient(135deg, #f19084, #F1D984);