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