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