#ff889c
a light, electric red · warm · closest name: salmon
RGB
255, 136, 156
HSL
350°, 100%, 77%
CMYK
0, 47, 39, 0
Luminance
0.4127
Every format
| HEX | #ff889c |
| RGB | rgb(255, 136, 156) |
| HSL | hsl(350, 100%, 77%) |
| CMYK | cmyk(0%, 47%, 39%, 0%) |
| LAB | lab(70.4 47.0 10.0) |
| LCH | lch(70.4 48.1 12.0) |
| OKLCH | oklch(0.763 0.145 10.5) |
Copy-ready code
/* CSS */
color: #ff889c;
background-color: #ff889c;
/* Tailwind (arbitrary) */
class="text-[#ff889c] bg-[#ff889c]"
/* SCSS */
$brand: #ff889c;
/* SwiftUI */
Color(red: 1.000, green: 0.533, blue: 0.612)
/* Android */
Color.parseColor("#ff889c")Accessibility — WCAG contrast
Aa
#ff889c on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff889c on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green53.3%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow38.8%
Key (black)0.0%
Color previews
#ff889c text on a black background
contrast 9.25:1
Card sample
#ff889c text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff889c;
Background color
Panel with #ff889c background
background-color: #ff889c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff889c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 136, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 136, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff889c; background: linear-gradient(135deg, #ff889c, #FFC388);