#f89082
a light, electric red · warm · closest name: salmon
RGB
248, 144, 130
HSL
7°, 89%, 74%
CMYK
0, 42, 48, 3
Luminance
0.4151
Every format
| HEX | #f89082 |
| RGB | rgb(248, 144, 130) |
| HSL | hsl(7, 89%, 74%) |
| CMYK | cmyk(0%, 42%, 48%, 3%) |
| LAB | lab(70.5 37.8 24.6) |
| LCH | lch(70.5 45.1 33.0) |
| OKLCH | oklch(0.760 0.128 28.6) |
Copy-ready code
/* CSS */
color: #f89082;
background-color: #f89082;
/* Tailwind (arbitrary) */
class="text-[#f89082] bg-[#f89082]"
/* SCSS */
$brand: #f89082;
/* SwiftUI */
Color(red: 0.973, green: 0.565, blue: 0.510)
/* Android */
Color.parseColor("#f89082")Accessibility — WCAG contrast
Aa
#f89082 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f89082 on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green56.5%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow47.6%
Key (black)2.7%
Color previews
#f89082 text on a black background
contrast 9.30:1
Card sample
#f89082 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f89082;
Background color
Panel with #f89082 background
background-color: #f89082;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f89082;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 144, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 144, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f89082; background: linear-gradient(135deg, #f89082, #F8DF82);