#f9786c
a light, electric red · warm · closest name: salmon
RGB
249, 120, 108
HSL
5°, 92%, 70%
CMYK
0, 52, 57, 2
Luminance
0.3466
Every format
| HEX | #f9786c |
| RGB | rgb(249, 120, 108) |
| HSL | hsl(5, 92%, 70%) |
| CMYK | cmyk(0%, 52%, 57%, 2%) |
| LAB | lab(65.5 48.3 30.1) |
| LCH | lch(65.5 56.9 31.9) |
| OKLCH | oklch(0.721 0.160 27.2) |
Copy-ready code
/* CSS */
color: #f9786c;
background-color: #f9786c;
/* Tailwind (arbitrary) */
class="text-[#f9786c] bg-[#f9786c]"
/* SCSS */
$brand: #f9786c;
/* SwiftUI */
Color(red: 0.976, green: 0.471, blue: 0.424)
/* Android */
Color.parseColor("#f9786c")Accessibility — WCAG contrast
Aa
#f9786c on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9786c on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green47.1%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow56.6%
Key (black)2.4%
Color previews
#f9786c text on a black background
contrast 7.93:1
Card sample
#f9786c text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9786c;
Background color
Panel with #f9786c background
background-color: #f9786c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9786c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 120, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 120, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9786c; background: linear-gradient(135deg, #f9786c, #F9D66C);