#f5a38f
a light, electric red · warm · closest name: salmon
RGB
245, 163, 143
HSL
12°, 84%, 76%
CMYK
0, 34, 42, 4
Luminance
0.4759
Every format
| HEX | #f5a38f |
| RGB | rgb(245, 163, 143) |
| HSL | hsl(12, 84%, 76%) |
| CMYK | cmyk(0%, 34%, 42%, 4%) |
| LAB | lab(74.6 28.1 22.9) |
| LCH | lch(74.6 36.2 39.2) |
| OKLCH | oklch(0.791 0.102 34.3) |
Copy-ready code
/* CSS */
color: #f5a38f;
background-color: #f5a38f;
/* Tailwind (arbitrary) */
class="text-[#f5a38f] bg-[#f5a38f]"
/* SCSS */
$brand: #f5a38f;
/* SwiftUI */
Color(red: 0.961, green: 0.639, blue: 0.561)
/* Android */
Color.parseColor("#f5a38f")Accessibility — WCAG contrast
Aa
#f5a38f on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5a38f on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green63.9%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow41.6%
Key (black)3.9%
Color previews
#f5a38f text on a black background
contrast 10.52:1
Card sample
#f5a38f text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5a38f;
Background color
Panel with #f5a38f background
background-color: #f5a38f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5a38f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 163, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 163, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5a38f; background: linear-gradient(135deg, #f5a38f, #F5E78F);