#f7828b
a light, electric red · warm · closest name: salmon
RGB
247, 130, 139
HSL
355°, 88%, 74%
CMYK
0, 47, 44, 3
Luminance
0.3760
Every format
| HEX | #f7828b |
| RGB | rgb(247, 130, 139) |
| HSL | hsl(355, 88%, 74%) |
| CMYK | cmyk(0%, 47%, 44%, 3%) |
| LAB | lab(67.7 45.4 15.7) |
| LCH | lch(67.7 48.0 19.1) |
| OKLCH | oklch(0.739 0.143 16.4) |
Copy-ready code
/* CSS */
color: #f7828b;
background-color: #f7828b;
/* Tailwind (arbitrary) */
class="text-[#f7828b] bg-[#f7828b]"
/* SCSS */
$brand: #f7828b;
/* SwiftUI */
Color(red: 0.969, green: 0.510, blue: 0.545)
/* Android */
Color.parseColor("#f7828b")Accessibility — WCAG contrast
Aa
#f7828b on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7828b on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green51.0%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta47.4%
Yellow43.7%
Key (black)3.1%
Color previews
#f7828b text on a black background
contrast 8.52:1
Card sample
#f7828b text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7828b;
Background color
Panel with #f7828b background
background-color: #f7828b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7828b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 130, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 130, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7828b; background: linear-gradient(135deg, #f7828b, #F7C782);