#f16270
a light, electric red · warm · closest name: salmon
RGB
241, 98, 112
HSL
354°, 84%, 67%
CMYK
0, 59, 54, 6
Luminance
0.2861
Every format
| HEX | #f16270 |
| RGB | rgb(241, 98, 112) |
| HSL | hsl(354, 84%, 67%) |
| CMYK | cmyk(0%, 59%, 54%, 6%) |
| LAB | lab(60.4 56.1 20.9) |
| LCH | lch(60.4 59.8 20.5) |
| OKLCH | oklch(0.681 0.176 17.2) |
Copy-ready code
/* CSS */
color: #f16270;
background-color: #f16270;
/* Tailwind (arbitrary) */
class="text-[#f16270] bg-[#f16270]"
/* SCSS */
$brand: #f16270;
/* SwiftUI */
Color(red: 0.945, green: 0.384, blue: 0.439)
/* Android */
Color.parseColor("#f16270")Accessibility — WCAG contrast
Aa
#f16270 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f16270 on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green38.4%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta59.3%
Yellow53.5%
Key (black)5.5%
Color previews
#f16270 text on a black background
contrast 6.72:1
Card sample
#f16270 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f16270;
Background color
Panel with #f16270 background
background-color: #f16270;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f16270;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 98, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 98, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f16270; background: linear-gradient(135deg, #f16270, #F1B362);