#ff9b89
a light, electric red · warm · closest name: salmon
RGB
255, 155, 137
HSL
9°, 100%, 77%
CMYK
0, 39, 46, 0
Luminance
0.4651
Every format
| HEX | #ff9b89 |
| RGB | rgb(255, 155, 137) |
| HSL | hsl(9, 100%, 77%) |
| CMYK | cmyk(0%, 39%, 46%, 0%) |
| LAB | lab(73.9 35.4 25.4) |
| LCH | lch(73.9 43.6 35.6) |
| OKLCH | oklch(0.788 0.123 31.0) |
Copy-ready code
/* CSS */
color: #ff9b89;
background-color: #ff9b89;
/* Tailwind (arbitrary) */
class="text-[#ff9b89] bg-[#ff9b89]"
/* SCSS */
$brand: #ff9b89;
/* SwiftUI */
Color(red: 1.000, green: 0.608, blue: 0.537)
/* Android */
Color.parseColor("#ff9b89")Accessibility — WCAG contrast
Aa
#ff9b89 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9b89 on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green60.8%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta39.2%
Yellow46.3%
Key (black)0.0%
Color previews
#ff9b89 text on a black background
contrast 10.30:1
Card sample
#ff9b89 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9b89;
Background color
Panel with #ff9b89 background
background-color: #ff9b89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9b89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 155, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 155, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9b89; background: linear-gradient(135deg, #ff9b89, #FFEA89);