#f3859b
a light, electric red · warm · closest name: salmon
RGB
243, 133, 155
HSL
348°, 82%, 74%
CMYK
0, 45, 36, 5
Luminance
0.3820
Every format
| HEX | #f3859b |
| RGB | rgb(243, 133, 155) |
| HSL | hsl(348, 82%, 74%) |
| CMYK | cmyk(0%, 45%, 36%, 5%) |
| LAB | lab(68.2 44.2 7.2) |
| LCH | lch(68.2 44.8 9.3) |
| OKLCH | oklch(0.743 0.136 8.2) |
Copy-ready code
/* CSS */
color: #f3859b;
background-color: #f3859b;
/* Tailwind (arbitrary) */
class="text-[#f3859b] bg-[#f3859b]"
/* SCSS */
$brand: #f3859b;
/* SwiftUI */
Color(red: 0.953, green: 0.522, blue: 0.608)
/* Android */
Color.parseColor("#f3859b")Accessibility — WCAG contrast
Aa
#f3859b on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3859b on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green52.2%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta45.3%
Yellow36.2%
Key (black)4.7%
Color previews
#f3859b text on a black background
contrast 8.64:1
Card sample
#f3859b text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3859b;
Background color
Panel with #f3859b background
background-color: #f3859b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3859b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 133, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 133, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3859b; background: linear-gradient(135deg, #f3859b, #F3B885);