#eb6549
a balanced, electric red · warm · closest name: Tomato
At a glance
Every number on this page in one read: what #eb6549 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 | #eb6549 |
| RGB | rgb(235, 101, 73) |
| HSL | hsl(10, 80%, 60%) |
| CMYK | cmyk(0%, 57%, 69%, 8%) |
| LAB | lab(59.4 50.1 41.3) |
| LCH | lch(59.4 64.9 39.5) |
| OKLCH | oklch(0.669 0.172 33.4) |
| Decimal | 15426889 |
| Display P3 | color(display-p3 0.922 0.396 0.286) |
Copy-ready code
/* CSS */
color: #eb6549;
background-color: #eb6549;
/* Tailwind (arbitrary) */
class="text-[#eb6549] bg-[#eb6549]"
/* SCSS */
$brand: #eb6549;
/* SwiftUI */
Color(red: 0.922, green: 0.396, blue: 0.286)
/* Android */
Color.parseColor("#eb6549")
/* Flutter */
Color(0xFFEB6549)
/* Python / OpenCV (BGR) */
(73, 101, 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. #eb6549 is pinned to step 500; 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: #F9E9E6;
--brand-200: #F5CFC6;
--brand-300: #F4AA9A;
--brand-400: #EE7F67;
--brand-500: #eb6549;
--brand-600: #DD3A18;
--brand-700: #B83114;
--brand-800: #932710;
--brand-900: #6A2010;
--brand-950: #42140A;
--brand: #eb6549;
--brand-ink: #000000;
}Colors that work with #eb6549
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 #eb6549
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠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 | #49CFEB | Directly opposite — maximum tension | |
| Analogous left | #EB497E | Neighbour, quieter | |
| Analogous right | #EBB649 | Neighbour, quieter | |
| Split-complement 1 | #49EBB6 | Contrast without the clash | |
| Split-complement 2 | #497EEB | Contrast without the clash | |
| Triadic 1 | #49EB65 | Even thirds — balanced and loud | |
| Triadic 2 | #6549EB | Even thirds — balanced and loud | |
| Tetradic | #7EEB49 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#eb6549 text on a black background
contrast 6.49:1
#eb6549 text on a white background
contrast 3.24:1
CSS3 live lab
The quick brown fox
color: #eb6549;
background-color: #eb6549;
Glowing headline
text-shadow: 2px 2px 8px #eb6549;
Soft neon halo
text-shadow: 0 0 14px rgba(235, 101, 73, 0.45);
box-shadow: 0 12px 32px -8px rgba(235, 101, 73, 0.45);
border: 3px solid #eb6549; background: linear-gradient(135deg, #eb6549, #EBD149);
Monochromatic scale
Palettes built from #eb6549
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: Tomato (#ff6347) — ΔE2000 3.4 away, with its history, psychology and brand usage.
#eb6549 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.
#eb6549, answered
What color is #eb6549?
#eb6549 is a balanced electric red, closest to Tomato (ΔE2000 3.4). It sits at 10° on the hue wheel with 80% saturation and 60% lightness, which reads as warm.
What is the RGB value of #eb6549?
rgb(235, 101, 73) — 235 red, 101 green and 73 blue out of 255, or 92.2% / 39.6% / 28.6% by channel.
Is #eb6549 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2745 and perceived brightness is 60%, so black text on it reaches 6.49:1.
Should I use black or white text on #eb6549?
Black. It scores 6.49:1 against #eb6549, versus 3.24:1 for white — AA at any size.
What is the complementary color of #eb6549?
#49CFEB sits directly opposite on the wheel. Softer options are the split-complements #49EBB6 and #497EEB, which give the same contrast with far less vibration.
What colors go well with #eb6549?
For interface work: #FAF5F4 as the surface, #EDC8C0 for borders, #9B594B for secondary text, #10BCAF as an accent and #731E0D for hover and pressed states. For a palette, the analogous pair #EB497E and #EBB649 stays calm, while #49CFEB is the loudest partner.
What is #eb6549 in CMYK for printing?
cmyk(0%, 57%, 69%, 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 #eb6549 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 #EB7D49; nudged cooler, #ED4767.