#f16985
a light, electric red · warm · closest name: salmon
RGB
241, 105, 133
HSL
348°, 83%, 68%
CMYK
0, 56, 45, 6
Luminance
0.3050
Every format
| HEX | #f16985 |
| RGB | rgb(241, 105, 133) |
| HSL | hsl(348, 83%, 68%) |
| CMYK | cmyk(0%, 56%, 45%, 6%) |
| LAB | lab(62.1 54.7 11.1) |
| LCH | lch(62.1 55.9 11.4) |
| OKLCH | oklch(0.695 0.169 9.8) |
Copy-ready code
/* CSS */
color: #f16985;
background-color: #f16985;
/* Tailwind (arbitrary) */
class="text-[#f16985] bg-[#f16985]"
/* SCSS */
$brand: #f16985;
/* SwiftUI */
Color(red: 0.945, green: 0.412, blue: 0.522)
/* Android */
Color.parseColor("#f16985")Accessibility — WCAG contrast
Aa
#f16985 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f16985 on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green41.2%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta56.4%
Yellow44.8%
Key (black)5.5%
Color previews
#f16985 text on a black background
contrast 7.10:1
Card sample
#f16985 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f16985;
Background color
Panel with #f16985 background
background-color: #f16985;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f16985;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 105, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 105, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f16985; background: linear-gradient(135deg, #f16985, #F1A769);