#f58366
a light, electric red · warm · closest name: salmon
RGB
245, 131, 102
HSL
12°, 88%, 68%
CMYK
0, 47, 58, 4
Luminance
0.3660
Every format
| HEX | #f58366 |
| RGB | rgb(245, 131, 102) |
| HSL | hsl(12, 88%, 68%) |
| CMYK | cmyk(0%, 47%, 58%, 4%) |
| LAB | lab(67.0 41.0 35.2) |
| LCH | lch(67.0 54.0 40.7) |
| OKLCH | oklch(0.731 0.146 35.3) |
Copy-ready code
/* CSS */
color: #f58366;
background-color: #f58366;
/* Tailwind (arbitrary) */
class="text-[#f58366] bg-[#f58366]"
/* SCSS */
$brand: #f58366;
/* SwiftUI */
Color(red: 0.961, green: 0.514, blue: 0.400)
/* Android */
Color.parseColor("#f58366")Accessibility — WCAG contrast
Aa
#f58366 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58366 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green51.4%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta46.5%
Yellow58.4%
Key (black)3.9%
Color previews
#f58366 text on a black background
contrast 8.32:1
Card sample
#f58366 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58366;
Background color
Panel with #f58366 background
background-color: #f58366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 131, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 131, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58366; background: linear-gradient(135deg, #f58366, #F5E266);