#eb9989
a light, vivid red · warm · closest name: Dark Salmon
At a glance
Every number on this page in one read: what #eb9989 is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #eb9989 |
| RGB | rgb(235, 153, 137) |
| HSL | hsl(10, 71%, 73%) |
| CMYK | cmyk(0%, 35%, 42%, 8%) |
| LAB | lab(71.0 28.9 21.1) |
| LCH | lch(71.0 35.8 36.2) |
| OKLCH | oklch(0.761 0.102 31.6) |
| Decimal | 15440265 |
| Display P3 | color(display-p3 0.922 0.600 0.537) |
Copy-ready code
/* CSS */
color: #eb9989;
background-color: #eb9989;
/* Tailwind (arbitrary) */
class="text-[#eb9989] bg-[#eb9989]"
/* SCSS */
$brand: #eb9989;
/* SwiftUI */
Color(red: 0.922, green: 0.600, blue: 0.537)
/* Android */
Color.parseColor("#eb9989")
/* Flutter */
Color(0xFFEB9989)
/* Python / OpenCV (BGR) */
(137, 153, 235)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #eb9989 is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FCF4F3;
--brand-100: #F8EAE7;
--brand-200: #F3D0C9;
--brand-300: #eb9989;
--brand-400: #E7836F;
--brand-500: #DE593F;
--brand-600: #D14023;
--brand-700: #AE351E;
--brand-800: #8C2B18;
--brand-900: #652215;
--brand-950: #3F150D;
--brand: #eb9989;
--brand-ink: #000000;
}Colors that work with #eb9989
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #eb9989
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠White text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #89DBEB | Directly opposite — maximum tension | |
| Analogous left | #EB89AA | Neighbour, quieter | |
| Analogous right | #EBCA89 | Neighbour, quieter | |
| Split-complement 1 | #89EBCA | Contrast without the clash | |
| Split-complement 2 | #89AAEB | Contrast without the clash | |
| Triadic 1 | #89EB99 | Even thirds — balanced and loud | |
| Triadic 2 | #9989EB | Even thirds — balanced and loud | |
| Tetradic | #AAEB89 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#eb9989 text on a black background
contrast 9.45:1
#eb9989 text on a white background
contrast 2.22:1
CSS3 live lab
The quick brown fox
color: #eb9989;
background-color: #eb9989;
Glowing headline
text-shadow: 2px 2px 8px #eb9989;
Soft neon halo
text-shadow: 0 0 14px rgba(235, 153, 137, 0.45);
box-shadow: 0 12px 32px -8px rgba(235, 153, 137, 0.45);
border: 3px solid #eb9989; background: linear-gradient(135deg, #eb9989, #EBDA89);
Monochromatic scale
Palettes built from #eb9989
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Salmon (#fa8072) — ΔE2000 6.9 away, with its history, psychology and brand usage.
#eb9989 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#eb9989, answered
What color is #eb9989?
#eb9989 is a light vivid red, closest to Dark Salmon (ΔE2000 4.2). It sits at 10° on the hue wheel with 71% saturation and 73% lightness, which reads as warm.
What is the RGB value of #eb9989?
rgb(235, 153, 137) — 235 red, 153 green and 137 blue out of 255, or 92.2% / 60% / 53.7% by channel.
Is #eb9989 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4225 and perceived brightness is 71%, so black text on it reaches 9.45:1.
Should I use black or white text on #eb9989?
Black. It scores 9.45:1 against #eb9989, versus 2.22:1 for white — AAA at any size.
What is the complementary color of #eb9989?
#89DBEB sits directly opposite on the wheel. Softer options are the split-complements #89EBCA and #89AAEB, which give the same contrast with far less vibration.
What colors go well with #eb9989?
For interface work: #FAF5F4 as the surface, #EDC7C0 for borders, #9B584B for secondary text, #19B3A6 as an accent and #6D2112 for hover and pressed states. For a palette, the analogous pair #EB89AA and #EBCA89 stays calm, while #89DBEB is the loudest partner.
What is #eb9989 in CMYK for printing?
cmyk(0%, 35%, 42%, 8%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #eb9989 warm or cool?
Warm — it scores 11 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EBAB89; nudged cooler, #EC879C.