#f28b7a
a light, electric red · warm · closest name: salmon
RGB
242, 139, 122
HSL
9°, 82%, 71%
CMYK
0, 43, 50, 5
Luminance
0.3875
Every format
| HEX | #f28b7a |
| RGB | rgb(242, 139, 122) |
| HSL | hsl(9, 82%, 71%) |
| CMYK | cmyk(0%, 43%, 50%, 5%) |
| LAB | lab(68.6 37.4 26.2) |
| LCH | lch(68.6 45.6 35.0) |
| OKLCH | oklch(0.743 0.129 30.3) |
Copy-ready code
/* CSS */
color: #f28b7a;
background-color: #f28b7a;
/* Tailwind (arbitrary) */
class="text-[#f28b7a] bg-[#f28b7a]"
/* SCSS */
$brand: #f28b7a;
/* SwiftUI */
Color(red: 0.949, green: 0.545, blue: 0.478)
/* Android */
Color.parseColor("#f28b7a")Accessibility — WCAG contrast
Aa
#f28b7a on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28b7a on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green54.5%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow49.6%
Key (black)5.1%
Color previews
#f28b7a text on a black background
contrast 8.75:1
Card sample
#f28b7a text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28b7a;
Background color
Panel with #f28b7a background
background-color: #f28b7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28b7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 139, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 139, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28b7a; background: linear-gradient(135deg, #f28b7a, #F2DB7A);