#eb976e
a light, electric orange · warm · closest name: Dark Salmon
At a glance
Every number on this page in one read: what #eb976e 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 | #eb976e |
| RGB | rgb(235, 151, 110) |
| HSL | hsl(20, 76%, 68%) |
| CMYK | cmyk(0%, 36%, 53%, 8%) |
| LAB | lab(70.1 27.4 34.6) |
| LCH | lch(70.1 44.1 51.7) |
| OKLCH | oklch(0.753 0.116 46.5) |
| Decimal | 15439726 |
| Display P3 | color(display-p3 0.922 0.592 0.431) |
Copy-ready code
/* CSS */
color: #eb976e;
background-color: #eb976e;
/* Tailwind (arbitrary) */
class="text-[#eb976e] bg-[#eb976e]"
/* SCSS */
$brand: #eb976e;
/* SwiftUI */
Color(red: 0.922, green: 0.592, blue: 0.431)
/* Android */
Color.parseColor("#eb976e")
/* Flutter */
Color(0xFFEB976E)
/* Python / OpenCV (BGR) */
(110, 151, 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. #eb976e is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FCF6F3;
--brand-100: #F9EDE7;
--brand-200: #F4D6C8;
--brand-300: #F1B89C;
--brand-400: #eb976e;
--brand-500: #E4723A;
--brand-600: #D75B1E;
--brand-700: #B34B19;
--brand-800: #8F3C14;
--brand-900: #682F13;
--brand-950: #411D0C;
--brand: #eb976e;
--brand-ink: #000000;
}Colors that work with #eb976e
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 #eb976e
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 | #6EC2EB | Directly opposite — maximum tension | |
| Analogous left | #EB6E83 | Neighbour, quieter | |
| Analogous right | #EBD66E | Neighbour, quieter | |
| Split-complement 1 | #6EEBD6 | Contrast without the clash | |
| Split-complement 2 | #6E83EB | Contrast without the clash | |
| Triadic 1 | #6EEB97 | Even thirds — balanced and loud | |
| Triadic 2 | #976EEB | Even thirds — balanced and loud | |
| Tetradic | #83EB6E | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#eb976e text on a black background
contrast 9.18:1
#eb976e text on a white background
contrast 2.29:1
CSS3 live lab
The quick brown fox
color: #eb976e;
background-color: #eb976e;
Glowing headline
text-shadow: 2px 2px 8px #eb976e;
Soft neon halo
text-shadow: 0 0 14px rgba(235, 151, 110, 0.45);
box-shadow: 0 12px 32px -8px rgba(235, 151, 110, 0.45);
border: 3px solid #eb976e; background: linear-gradient(135deg, #eb976e, #EBEA6E);
Monochromatic scale
Palettes built from #eb976e
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: Papaya (#ff9a56) — ΔE2000 6.4 away, with its history, psychology and brand usage.
#eb976e in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#eb976e, answered
What color is #eb976e?
#eb976e is a light electric orange, closest to Dark Salmon (ΔE2000 4). It sits at 20° on the hue wheel with 76% saturation and 68% lightness, which reads as warm.
What is the RGB value of #eb976e?
rgb(235, 151, 110) — 235 red, 151 green and 110 blue out of 255, or 92.2% / 59.2% / 43.1% by channel.
Is #eb976e a light or a dark color?
It is a mid-tone. Relative luminance is 0.4092 and perceived brightness is 69%, so black text on it reaches 9.18:1.
Should I use black or white text on #eb976e?
Black. It scores 9.18:1 against #eb976e, versus 2.29:1 for white — AAA at any size.
What is the complementary color of #eb976e?
#6EC2EB sits directly opposite on the wheel. Softer options are the split-complements #6EEBD6 and #6E83EB, which give the same contrast with far less vibration.
What colors go well with #eb976e?
For interface work: #FAF6F4 as the surface, #EDCEC0 for borders, #9B654B for secondary text, #15ABB7 as an accent and #702F0F for hover and pressed states. For a palette, the analogous pair #EB6E83 and #EBD66E stays calm, while #6EC2EB is the loudest partner.
What is #eb976e in CMYK for printing?
cmyk(0%, 36%, 53%, 8%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #eb976e warm or cool?
Warm — it scores 6 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EEAD84; nudged cooler, #ED6C71.