#f19087
a light, electric red · warm · closest name: salmon
RGB
241, 144, 135
HSL
5°, 79%, 74%
CMYK
0, 40, 44, 6
Luminance
0.4040
Every format
| HEX | #f19087 |
| RGB | rgb(241, 144, 135) |
| HSL | hsl(5, 79%, 74%) |
| CMYK | cmyk(0%, 40%, 44%, 6%) |
| LAB | lab(69.8 35.7 20.6) |
| LCH | lch(69.8 41.2 30.0) |
| OKLCH | oklch(0.753 0.119 25.9) |
Copy-ready code
/* CSS */
color: #f19087;
background-color: #f19087;
/* Tailwind (arbitrary) */
class="text-[#f19087] bg-[#f19087]"
/* SCSS */
$brand: #f19087;
/* SwiftUI */
Color(red: 0.945, green: 0.565, blue: 0.529)
/* Android */
Color.parseColor("#f19087")Accessibility — WCAG contrast
Aa
#f19087 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f19087 on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green56.5%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow44.0%
Key (black)5.5%
Color previews
#f19087 text on a black background
contrast 9.08:1
Card sample
#f19087 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f19087;
Background color
Panel with #f19087 background
background-color: #f19087;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f19087;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 144, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 144, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f19087; background: linear-gradient(135deg, #f19087, #F1D787);