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