#f46183
a light, electric red · warm · closest name: salmon
RGB
244, 97, 131
HSL
346°, 87%, 67%
CMYK
0, 60, 46, 4
Luminance
0.2942
Every format
| HEX | #f46183 |
| RGB | rgb(244, 97, 131) |
| HSL | hsl(346, 87%, 67%) |
| CMYK | cmyk(0%, 60%, 46%, 4%) |
| LAB | lab(61.2 59.1 11.0) |
| LCH | lch(61.2 60.1 10.5) |
| OKLCH | oklch(0.688 0.182 9.0) |
Copy-ready code
/* CSS */
color: #f46183;
background-color: #f46183;
/* Tailwind (arbitrary) */
class="text-[#f46183] bg-[#f46183]"
/* SCSS */
$brand: #f46183;
/* SwiftUI */
Color(red: 0.957, green: 0.380, blue: 0.514)
/* Android */
Color.parseColor("#f46183")Accessibility — WCAG contrast
Aa
#f46183 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f46183 on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green38.0%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta60.2%
Yellow46.3%
Key (black)4.3%
Color previews
#f46183 text on a black background
contrast 6.88:1
Card sample
#f46183 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f46183;
Background color
Panel with #f46183 background
background-color: #f46183;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f46183;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 97, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 97, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f46183; background: linear-gradient(135deg, #f46183, #F4A161);