#eb6933
a balanced, electric orange · warm · closest name: Orange Red
At a glance
Every number on this page in one read: what #eb6933 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 | #eb6933 |
| RGB | rgb(235, 105, 51) |
| HSL | hsl(18, 82%, 56%) |
| CMYK | cmyk(0%, 55%, 78%, 8%) |
| LAB | lab(59.9 47.3 53.0) |
| LCH | lch(59.9 71.0 48.2) |
| OKLCH | oklch(0.672 0.174 41.3) |
| Decimal | 15427891 |
| Display P3 | color(display-p3 0.922 0.412 0.200) |
Copy-ready code
/* CSS */
color: #eb6933;
background-color: #eb6933;
/* Tailwind (arbitrary) */
class="text-[#eb6933] bg-[#eb6933]"
/* SCSS */
$brand: #eb6933;
/* SwiftUI */
Color(red: 0.922, green: 0.412, blue: 0.200)
/* Android */
Color.parseColor("#eb6933")
/* Flutter */
Color(0xFFEB6933)
/* Python / OpenCV (BGR) */
(51, 105, 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. #eb6933 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: #FCF5F2;
--brand-100: #FAECE6;
--brand-200: #F6D4C6;
--brand-300: #F5B499;
--brand-400: #F08E66;
--brand-500: #eb6933;
--brand-600: #DF5116;
--brand-700: #BA4312;
--brand-800: #95360F;
--brand-900: #6B2A0F;
--brand-950: #431A09;
--brand: #eb6933;
--brand-ink: #000000;
}Colors that work with #eb6933
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 #eb6933
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 | #33B5EB | Directly opposite — maximum tension | |
| Analogous left | #EB3359 | Neighbour, quieter | |
| Analogous right | #EBC533 | Neighbour, quieter | |
| Split-complement 1 | #33EBC5 | Contrast without the clash | |
| Split-complement 2 | #3359EB | Contrast without the clash | |
| Triadic 1 | #33EB69 | Even thirds — balanced and loud | |
| Triadic 2 | #6933EB | Even thirds — balanced and loud | |
| Tetradic | #59EB33 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#eb6933 text on a black background
contrast 6.60:1
#eb6933 text on a white background
contrast 3.18:1
CSS3 live lab
The quick brown fox
color: #eb6933;
background-color: #eb6933;
Glowing headline
text-shadow: 2px 2px 8px #eb6933;
Soft neon halo
text-shadow: 0 0 14px rgba(235, 105, 51, 0.45);
box-shadow: 0 12px 32px -8px rgba(235, 105, 51, 0.45);
border: 3px solid #eb6933; background: linear-gradient(135deg, #eb6933, #EBE433);
Monochromatic scale
Palettes built from #eb6933
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.
#eb6933 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.
#eb6933, answered
What color is #eb6933?
#eb6933 is a balanced electric orange, closest to Orange Red (ΔE2000 6.2). It sits at 18° on the hue wheel with 82% saturation and 56% lightness, which reads as warm.
What is the RGB value of #eb6933?
rgb(235, 105, 51) — 235 red, 105 green and 51 blue out of 255, or 92.2% / 41.2% / 20% by channel.
Is #eb6933 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2800 and perceived brightness is 60%, so black text on it reaches 6.60:1.
Should I use black or white text on #eb6933?
Black. It scores 6.60:1 against #eb6933, versus 3.18:1 for white — AA at any size.
What is the complementary color of #eb6933?
#33B5EB sits directly opposite on the wheel. Softer options are the split-complements #33EBC5 and #3359EB, which give the same contrast with far less vibration.
What colors go well with #eb6933?
For interface work: #FAF6F4 as the surface, #EDCDC0 for borders, #9B624B for secondary text, #0FB6BD as an accent and #742A0B for hover and pressed states. For a palette, the analogous pair #EB3359 and #EBC533 stays calm, while #33B5EB is the loudest partner.
What is #eb6933 in CMYK for printing?
cmyk(0%, 55%, 78%, 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 #eb6933 warm or cool?
Warm — it scores 7 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #ED864A; nudged cooler, #ED313F.