#f5857a
a light, electric red · warm · closest name: salmon
RGB
245, 133, 122
HSL
5°, 86%, 72%
CMYK
0, 46, 50, 4
Luminance
0.3759
Every format
| HEX | #f5857a |
| RGB | rgb(245, 133, 122) |
| HSL | hsl(5, 86%, 72%) |
| CMYK | cmyk(0%, 46%, 50%, 4%) |
| LAB | lab(67.7 41.6 25.1) |
| LCH | lch(67.7 48.6 31.2) |
| OKLCH | oklch(0.738 0.139 26.8) |
Copy-ready code
/* CSS */
color: #f5857a;
background-color: #f5857a;
/* Tailwind (arbitrary) */
class="text-[#f5857a] bg-[#f5857a]"
/* SCSS */
$brand: #f5857a;
/* SwiftUI */
Color(red: 0.961, green: 0.522, blue: 0.478)
/* Android */
Color.parseColor("#f5857a")Accessibility — WCAG contrast
Aa
#f5857a on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5857a on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green52.2%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow50.2%
Key (black)3.9%
Color previews
#f5857a text on a black background
contrast 8.52:1
Card sample
#f5857a text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5857a;
Background color
Panel with #f5857a background
background-color: #f5857a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5857a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 133, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 133, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5857a; background: linear-gradient(135deg, #f5857a, #F5D77A);