#f5877c
a light, electric red · warm · closest name: salmon
RGB
245, 135, 124
HSL
6°, 86%, 72%
CMYK
0, 45, 49, 4
Luminance
0.3820
Every format
| HEX | #f5877c |
| RGB | rgb(245, 135, 124) |
| HSL | hsl(6, 86%, 72%) |
| CMYK | cmyk(0%, 45%, 49%, 4%) |
| LAB | lab(68.2 40.7 24.6) |
| LCH | lch(68.2 47.6 31.2) |
| OKLCH | oklch(0.741 0.136 26.8) |
Copy-ready code
/* CSS */
color: #f5877c;
background-color: #f5877c;
/* Tailwind (arbitrary) */
class="text-[#f5877c] bg-[#f5877c]"
/* SCSS */
$brand: #f5877c;
/* SwiftUI */
Color(red: 0.961, green: 0.529, blue: 0.486)
/* Android */
Color.parseColor("#f5877c")Accessibility — WCAG contrast
Aa
#f5877c on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5877c on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green52.9%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta44.9%
Yellow49.4%
Key (black)3.9%
Color previews
#f5877c text on a black background
contrast 8.64:1
Card sample
#f5877c text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5877c;
Background color
Panel with #f5877c background
background-color: #f5877c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5877c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 135, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 135, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5877c; background: linear-gradient(135deg, #f5877c, #F5D87C);