#fe8367
a light, electric red · warm · closest name: salmon
RGB
254, 131, 103
HSL
11°, 99%, 70%
CMYK
0, 48, 59, 0
Luminance
0.3828
Every format
| HEX | #fe8367 |
| RGB | rgb(254, 131, 103) |
| HSL | hsl(11, 99%, 70%) |
| CMYK | cmyk(0%, 48%, 59%, 0%) |
| LAB | lab(68.2 44.4 36.5) |
| LCH | lch(68.2 57.5 39.4) |
| OKLCH | oklch(0.743 0.156 34.0) |
Copy-ready code
/* CSS */
color: #fe8367;
background-color: #fe8367;
/* Tailwind (arbitrary) */
class="text-[#fe8367] bg-[#fe8367]"
/* SCSS */
$brand: #fe8367;
/* SwiftUI */
Color(red: 0.996, green: 0.514, blue: 0.404)
/* Android */
Color.parseColor("#fe8367")Accessibility — WCAG contrast
Aa
#fe8367 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe8367 on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green51.4%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta48.4%
Yellow59.4%
Key (black)0.4%
Color previews
#fe8367 text on a black background
contrast 8.66:1
Card sample
#fe8367 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe8367;
Background color
Panel with #fe8367 background
background-color: #fe8367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe8367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 131, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 131, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe8367; background: linear-gradient(135deg, #fe8367, #FEE867);