#f1859b
a light, electric red · warm · closest name: salmon
RGB
241, 133, 155
HSL
348°, 79%, 73%
CMYK
0, 45, 36, 6
Luminance
0.3784
Every format
| HEX | #f1859b |
| RGB | rgb(241, 133, 155) |
| HSL | hsl(348, 79%, 73%) |
| CMYK | cmyk(0%, 45%, 36%, 6%) |
| LAB | lab(67.9 43.5 6.8) |
| LCH | lch(67.9 44.0 8.9) |
| OKLCH | oklch(0.740 0.133 7.8) |
Copy-ready code
/* CSS */
color: #f1859b;
background-color: #f1859b;
/* Tailwind (arbitrary) */
class="text-[#f1859b] bg-[#f1859b]"
/* SCSS */
$brand: #f1859b;
/* SwiftUI */
Color(red: 0.945, green: 0.522, blue: 0.608)
/* Android */
Color.parseColor("#f1859b")Accessibility — WCAG contrast
Aa
#f1859b on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1859b on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green52.2%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta44.8%
Yellow35.7%
Key (black)5.5%
Color previews
#f1859b text on a black background
contrast 8.57:1
Card sample
#f1859b text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1859b;
Background color
Panel with #f1859b background
background-color: #f1859b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1859b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 133, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 133, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1859b; background: linear-gradient(135deg, #f1859b, #F1B785);