#eb845f
a balanced, electric orange · warm · closest name: Coral
At a glance
Every number on this page in one read: what #eb845f 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 | #eb845f |
| RGB | rgb(235, 132, 95) |
| HSL | hsl(16, 78%, 65%) |
| CMYK | cmyk(0%, 44%, 60%, 8%) |
| LAB | lab(65.8 36.1 37.1) |
| LCH | lch(65.8 51.8 45.8) |
| OKLCH | oklch(0.718 0.137 40.3) |
| Decimal | 15434847 |
| Display P3 | color(display-p3 0.922 0.518 0.373) |
Copy-ready code
/* CSS */
color: #eb845f;
background-color: #eb845f;
/* Tailwind (arbitrary) */
class="text-[#eb845f] bg-[#eb845f]"
/* SCSS */
$brand: #eb845f;
/* SwiftUI */
Color(red: 0.922, green: 0.518, blue: 0.373)
/* Android */
Color.parseColor("#eb845f")
/* Flutter */
Color(0xFFEB845F)
/* Python / OpenCV (BGR) */
(95, 132, 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. #eb845f 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: #F9EBE6;
--brand-200: #F5D3C7;
--brand-300: #F3B29B;
--brand-400: #eb845f;
--brand-500: #E66638;
--brand-600: #DA4E1B;
--brand-700: #B54117;
--brand-800: #913412;
--brand-900: #692911;
--brand-950: #42190B;
--brand: #eb845f;
--brand-ink: #000000;
}Colors that work with #eb845f
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 #eb845f
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
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠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 | #5FC6EB | Directly opposite — maximum tension | |
| Analogous left | #EB5F80 | Neighbour, quieter | |
| Analogous right | #EBCA5F | Neighbour, quieter | |
| Split-complement 1 | #5FEBCA | Contrast without the clash | |
| Split-complement 2 | #5F80EB | Contrast without the clash | |
| Triadic 1 | #5FEB84 | Even thirds — balanced and loud | |
| Triadic 2 | #845FEB | Even thirds — balanced and loud | |
| Tetradic | #80EB5F | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#eb845f text on a black background
contrast 8.00:1
#eb845f text on a white background
contrast 2.63:1
CSS3 live lab
The quick brown fox
color: #eb845f;
background-color: #eb845f;
Glowing headline
text-shadow: 2px 2px 8px #eb845f;
Soft neon halo
text-shadow: 0 0 14px rgba(235, 132, 95, 0.45);
box-shadow: 0 12px 32px -8px rgba(235, 132, 95, 0.45);
border: 3px solid #eb845f; background: linear-gradient(135deg, #eb845f, #EBE15F);
Monochromatic scale
Palettes built from #eb845f
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 4 away, with its history, psychology and brand usage.
#eb845f 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.
#eb845f, answered
What color is #eb845f?
#eb845f is a balanced electric orange, closest to Coral (ΔE2000 4). It sits at 16° on the hue wheel with 78% saturation and 65% lightness, which reads as warm.
What is the RGB value of #eb845f?
rgb(235, 132, 95) — 235 red, 132 green and 95 blue out of 255, or 92.2% / 51.8% / 37.3% by channel.
Is #eb845f a light or a dark color?
It is a mid-tone. Relative luminance is 0.3499 and perceived brightness is 65%, so black text on it reaches 8.00:1.
Should I use black or white text on #eb845f?
Black. It scores 8.00:1 against #eb845f, versus 2.63:1 for white — AAA at any size.
What is the complementary color of #eb845f?
#5FC6EB sits directly opposite on the wheel. Softer options are the split-complements #5FEBCA and #5F80EB, which give the same contrast with far less vibration.
What colors go well with #eb845f?
For interface work: #FAF6F4 as the surface, #EDCCC0 for borders, #9B604B for secondary text, #12B6BA as an accent and #71280E for hover and pressed states. For a palette, the analogous pair #EB5F80 and #EBCA5F stays calm, while #5FC6EB is the loudest partner.
What is #eb845f in CMYK for printing?
cmyk(0%, 44%, 60%, 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 #eb845f 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 #EEA176; nudged cooler, #ED5D6C.