#f47367
a light, electric red · warm · closest name: salmon
RGB
244, 115, 103
HSL
5°, 87%, 68%
CMYK
0, 53, 58, 4
Luminance
0.3247
Every format
| HEX | #f47367 |
| RGB | rgb(244, 115, 103) |
| HSL | hsl(5, 87%, 68%) |
| CMYK | cmyk(0%, 53%, 58%, 4%) |
| LAB | lab(63.7 48.6 30.5) |
| LCH | lch(63.7 57.3 32.1) |
| OKLCH | oklch(0.706 0.161 27.3) |
Copy-ready code
/* CSS */
color: #f47367;
background-color: #f47367;
/* Tailwind (arbitrary) */
class="text-[#f47367] bg-[#f47367]"
/* SCSS */
$brand: #f47367;
/* SwiftUI */
Color(red: 0.957, green: 0.451, blue: 0.404)
/* Android */
Color.parseColor("#f47367")Accessibility — WCAG contrast
Aa
#f47367 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f47367 on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green45.1%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow57.8%
Key (black)4.3%
Color previews
#f47367 text on a black background
contrast 7.49:1
Card sample
#f47367 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f47367;
Background color
Panel with #f47367 background
background-color: #f47367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f47367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 115, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 115, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f47367; background: linear-gradient(135deg, #f47367, #F4D167);