#f9789b
a light, electric magenta / pink · warm · closest name: salmon
RGB
249, 120, 155
HSL
344°, 92%, 72%
CMYK
0, 52, 38, 2
Luminance
0.3594
Every format
| HEX | #f9789b |
| RGB | rgb(249, 120, 155) |
| HSL | hsl(344, 92%, 72%) |
| CMYK | cmyk(0%, 52%, 38%, 2%) |
| LAB | lab(66.5 52.6 4.9) |
| LCH | lch(66.5 52.9 5.3) |
| OKLCH | oklch(0.732 0.161 4.8) |
Copy-ready code
/* CSS */
color: #f9789b;
background-color: #f9789b;
/* Tailwind (arbitrary) */
class="text-[#f9789b] bg-[#f9789b]"
/* SCSS */
$brand: #f9789b;
/* SwiftUI */
Color(red: 0.976, green: 0.471, blue: 0.608)
/* Android */
Color.parseColor("#f9789b")Accessibility — WCAG contrast
Aa
#f9789b on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9789b on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green47.1%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow37.8%
Key (black)2.4%
Color previews
#f9789b text on a black background
contrast 8.19:1
Card sample
#f9789b text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9789b;
Background color
Panel with #f9789b background
background-color: #f9789b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9789b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 120, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 120, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9789b; background: linear-gradient(135deg, #f9789b, #F9AB78);