#f16d5f
a light, electric red · warm · closest name: salmon
RGB
241, 109, 95
HSL
6°, 84%, 66%
CMYK
0, 55, 61, 6
Luminance
0.3046
Every format
| HEX | #f16d5f |
| RGB | rgb(241, 109, 95) |
| HSL | hsl(6, 84%, 66%) |
| CMYK | cmyk(0%, 55%, 61%, 6%) |
| LAB | lab(62.1 49.8 32.7) |
| LCH | lch(62.1 59.6 33.3) |
| OKLCH | oklch(0.692 0.166 28.2) |
Copy-ready code
/* CSS */
color: #f16d5f;
background-color: #f16d5f;
/* Tailwind (arbitrary) */
class="text-[#f16d5f] bg-[#f16d5f]"
/* SCSS */
$brand: #f16d5f;
/* SwiftUI */
Color(red: 0.945, green: 0.427, blue: 0.373)
/* Android */
Color.parseColor("#f16d5f")Accessibility — WCAG contrast
Aa
#f16d5f on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f16d5f on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green42.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta54.8%
Yellow60.6%
Key (black)5.5%
Color previews
#f16d5f text on a black background
contrast 7.09:1
Card sample
#f16d5f text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f16d5f;
Background color
Panel with #f16d5f background
background-color: #f16d5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f16d5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 109, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 109, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f16d5f; background: linear-gradient(135deg, #f16d5f, #F1CE5F);