#eb655d
a balanced, electric red · warm · closest name: Salmon
At a glance
Every number on this page in one read: what #eb655d 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 | #eb655d |
| RGB | rgb(235, 101, 93) |
| HSL | hsl(3, 78%, 64%) |
| CMYK | cmyk(0%, 57%, 60%, 8%) |
| LAB | lab(59.7 51.3 30.6) |
| LCH | lch(59.7 59.7 30.8) |
| OKLCH | oklch(0.672 0.168 26.0) |
| Decimal | 15426909 |
| Display P3 | color(display-p3 0.922 0.396 0.365) |
Copy-ready code
/* CSS */
color: #eb655d;
background-color: #eb655d;
/* Tailwind (arbitrary) */
class="text-[#eb655d] bg-[#eb655d]"
/* SCSS */
$brand: #eb655d;
/* SwiftUI */
Color(red: 0.922, green: 0.396, blue: 0.365)
/* Android */
Color.parseColor("#eb655d")
/* Flutter */
Color(0xFFEB655D)
/* Python / OpenCV (BGR) */
(93, 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. #eb655d 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: #FCF3F3;
--brand-100: #F9E7E6;
--brand-200: #F5CAC7;
--brand-300: #F3A09B;
--brand-400: #eb655d;
--brand-500: #E64137;
--brand-600: #DA261B;
--brand-700: #B61F16;
--brand-800: #911912;
--brand-900: #691611;
--brand-950: #420E0B;
--brand: #eb655d;
--brand-ink: #000000;
}Colors that work with #eb655d
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 #eb655d
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 | #5DE3EB | Directly opposite — maximum tension | |
| Analogous left | #EB5D9C | Neighbour, quieter | |
| Analogous right | #EBAC5D | Neighbour, quieter | |
| Split-complement 1 | #5DEBAC | Contrast without the clash | |
| Split-complement 2 | #5D9CEB | Contrast without the clash | |
| Triadic 1 | #5DEB65 | Even thirds — balanced and loud | |
| Triadic 2 | #655DEB | Even thirds — balanced and loud | |
| Tetradic | #9CEB5D | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#eb655d text on a black background
contrast 6.55:1
#eb655d text on a white background
contrast 3.21:1
CSS3 live lab
The quick brown fox
color: #eb655d;
background-color: #eb655d;
Glowing headline
text-shadow: 2px 2px 8px #eb655d;
Soft neon halo
text-shadow: 0 0 14px rgba(235, 101, 93, 0.45);
box-shadow: 0 12px 32px -8px rgba(235, 101, 93, 0.45);
border: 3px solid #eb655d; background: linear-gradient(135deg, #eb655d, #EBC45D);
Monochromatic scale
Palettes built from #eb655d
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: Terracotta (#e2725b) — ΔE2000 4.9 away, with its history, psychology and brand usage.
#eb655d 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.
#eb655d, answered
What color is #eb655d?
#eb655d is a balanced electric red, closest to Salmon (ΔE2000 6.7). It sits at 3° on the hue wheel with 78% saturation and 64% lightness, which reads as warm.
What is the RGB value of #eb655d?
rgb(235, 101, 93) — 235 red, 101 green and 93 blue out of 255, or 92.2% / 39.6% / 36.5% by channel.
Is #eb655d a light or a dark color?
It is a mid-tone. Relative luminance is 0.2776 and perceived brightness is 60%, so black text on it reaches 6.55:1.
Should I use black or white text on #eb655d?
Black. It scores 6.55:1 against #eb655d, versus 3.21:1 for white — AA at any size.
What is the complementary color of #eb655d?
#5DE3EB sits directly opposite on the wheel. Softer options are the split-complements #5DEBAC and #5D9CEB, which give the same contrast with far less vibration.
What colors go well with #eb655d?
For interface work: #FAF5F4 as the surface, #EDC2C0 for borders, #9B4F4B for secondary text, #12BA9A as an accent and #71140E for hover and pressed states. For a palette, the analogous pair #EB5D9C and #EBAC5D stays calm, while #5DE3EB is the loudest partner.
What is #eb655d in CMYK for printing?
cmyk(0%, 57%, 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 #eb655d warm or cool?
Warm — it scores 15 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EB855D; nudged cooler, #ED5B88.