#eb9271
a light, electric orange · warm · closest name: Dark Salmon
At a glance
Every number on this page in one read: what #eb9271 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 | #eb9271 |
| RGB | rgb(235, 146, 113) |
| HSL | hsl(16, 75%, 68%) |
| CMYK | cmyk(0%, 38%, 52%, 8%) |
| LAB | lab(69.0 30.3 31.6) |
| LCH | lch(69.0 43.7 46.2) |
| OKLCH | oklch(0.745 0.118 41.0) |
| Decimal | 15438449 |
| Display P3 | color(display-p3 0.922 0.573 0.443) |
Copy-ready code
/* CSS */
color: #eb9271;
background-color: #eb9271;
/* Tailwind (arbitrary) */
class="text-[#eb9271] bg-[#eb9271]"
/* SCSS */
$brand: #eb9271;
/* SwiftUI */
Color(red: 0.922, green: 0.573, blue: 0.443)
/* Android */
Color.parseColor("#eb9271")
/* Flutter */
Color(0xFFEB9271)
/* Python / OpenCV (BGR) */
(113, 146, 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. #eb9271 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: #FCF5F3;
--brand-100: #F9ECE7;
--brand-200: #F4D4C8;
--brand-300: #F1B39D;
--brand-400: #eb9271;
--brand-500: #E3683A;
--brand-600: #D7501E;
--brand-700: #B34319;
--brand-800: #8F3514;
--brand-900: #682A13;
--brand-950: #411A0C;
--brand: #eb9271;
--brand-ink: #000000;
}Colors that work with #eb9271
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 #eb9271
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 | #71CAEB | Directly opposite — maximum tension | |
| Analogous left | #EB718D | Neighbour, quieter | |
| Analogous right | #EBCF71 | Neighbour, quieter | |
| Split-complement 1 | #71EBCF | Contrast without the clash | |
| Split-complement 2 | #718DEB | Contrast without the clash | |
| Triadic 1 | #71EB92 | Even thirds — balanced and loud | |
| Triadic 2 | #9271EB | Even thirds — balanced and loud | |
| Tetradic | #8DEB71 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#eb9271 text on a black background
contrast 8.88:1
#eb9271 text on a white background
contrast 2.36:1
CSS3 live lab
The quick brown fox
color: #eb9271;
background-color: #eb9271;
Glowing headline
text-shadow: 2px 2px 8px #eb9271;
Soft neon halo
text-shadow: 0 0 14px rgba(235, 146, 113, 0.45);
box-shadow: 0 12px 32px -8px rgba(235, 146, 113, 0.45);
border: 3px solid #eb9271; background: linear-gradient(135deg, #eb9271, #EBE371);
Monochromatic scale
Palettes built from #eb9271
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: Coral (#ff7f50) — ΔE2000 6.5 away, with its history, psychology and brand usage.
#eb9271 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.
#eb9271, answered
What color is #eb9271?
#eb9271 is a light electric orange, closest to Dark Salmon (ΔE2000 1.8). It sits at 16° on the hue wheel with 75% saturation and 68% lightness, which reads as warm.
What is the RGB value of #eb9271?
rgb(235, 146, 113) — 235 red, 146 green and 113 blue out of 255, or 92.2% / 57.3% / 44.3% by channel.
Is #eb9271 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3941 and perceived brightness is 68%, so black text on it reaches 8.88:1.
Should I use black or white text on #eb9271?
Black. It scores 8.88:1 against #eb9271, versus 2.36:1 for white — AAA at any size.
What is the complementary color of #eb9271?
#71CAEB sits directly opposite on the wheel. Softer options are the split-complements #71EBCF and #718DEB, which give the same contrast with far less vibration.
What colors go well with #eb9271?
For interface work: #FAF6F4 as the surface, #EDCCC0 for borders, #9B604B for secondary text, #15B4B7 as an accent and #702A10 for hover and pressed states. For a palette, the analogous pair #EB718D and #EBCF71 stays calm, while #71CAEB is the loudest partner.
What is #eb9271 in CMYK for printing?
cmyk(0%, 38%, 52%, 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 #eb9271 warm or cool?
Warm — it scores 8 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EB9E71; nudged cooler, #ED6F7B.