#ed8021
a balanced, electric orange · warm · closest name: Dark Orange
Token name suggestion: Studio Apricot
#ed8021 is a balanced electric orange, 28° on the wheel and 1/100 on the cool side. Put black text on it (7.71:1). As text it scores 2.72:1 on white — use #B85D0F instead. Nearest name is Dark Orange, nearest Tailwind family is orange.
At a glance
Every number on this page in one read: what #ed8021 is made of, how bright it looks, and which way it leans.
Left edge is grey, right edge is full chroma; top is white, bottom is black. The dot is #ed8021.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Green carries most of what the eye calls brightness — that is why WCAG weights it 0.7152.
Every format
| HEX | #ed8021 |
| HEX (8-digit) | #ed8021ff |
| RGB | rgb(237, 128, 33) |
| RGBA | rgba(237, 128, 33, 1) |
| HSL | hsl(28, 85%, 53%) |
| HSV / HSB | hsv(28, 86%, 93%) |
| HWB | hwb(28 13% 7%) |
| CMYK | cmyk(0%, 46%, 86%, 7%) |
| LAB | lab(64.6 36.1 64.4) |
| LCH | lch(64.6 73.8 60.7) |
| OKLCH | oklch(0.708 0.165 54.8) |
| XYZ (D65) | xyz(42.92, 33.56, 5.66) |
| Decimal | 15564833 |
| Display P3 | color(display-p3 0.929 0.502 0.129) |
| Web-safe | #FF9933 |
Copy-ready code
/* CSS */
color: #ed8021;
background-color: #ed8021;
/* CSS custom property */
--brand: #ed8021;
/* Tailwind (arbitrary) */
class="text-[#ed8021] bg-[#ed8021]"
/* SCSS */
$brand: #ed8021;
/* SwiftUI */
Color(red: 0.929, green: 0.502, blue: 0.129)
/* UIKit */
UIColor(red: 0.929, green: 0.502, blue: 0.129, alpha: 1)
/* Android XML */
<color name="brand">#ED8021</color>
/* Android Compose */
Color(0xFFED8021)
/* Flutter */
Color(0xFFED8021)
/* Python / OpenCV (BGR) */
(33, 128, 237)
/* Python / PIL (RGB) */
(237, 128, 33)
/* Java AWT */
new Color(237, 128, 33)
/* .NET */
Color.FromArgb(255, 237, 128, 33)
/* OpenGL / Unity (0–1) */
(0.9294f, 0.5020f, 0.1294f, 1f)
/* LaTeX */
\definecolor{brand}{RGB}{237,128,33}/* mix without leaving CSS */ background: color-mix(in oklab, #ed8021 85%, white); border-color: color-mix(in oklab, #ed8021 40%, transparent); /* theme-aware in one line */ color: light-dark(#763C0A, #EEDFD3); /* relative colour syntax */ --hover: hsl(from #ed8021 h s calc(l - 7));
Design tokens
The same ramp in the four formats a team actually needs. Paste one and the whole palette lands with it.
:root {
--brand-50: #FCF7F2;
--brand-100: #FAEFE5;
--brand-200: #F7DCC5;
--brand-300: #F7C497;
--brand-400: #F2A663;
--brand-500: #ed8021;
--brand-600: #E27312;
--brand-700: #BD600F;
--brand-800: #974D0C;
--brand-900: #6D3A0D;
--brand-950: #442408;
--brand: #ed8021;
--brand-ink: #000000;
--brand-surface: #FAF7F4;
--brand-border: #EDD5C0;
--brand-hover: #D96E12;
--brand-pressed: #B85D0F;
}
@media (prefers-color-scheme: dark) {
:root {
--brand-surface: #241B14;
--brand-ink: #EEDFD3;
}
}theme: {
extend: {
colors: {
brand: {
50: '#FCF7F2',
100: '#FAEFE5',
200: '#F7DCC5',
300: '#F7C497',
400: '#F2A663',
500: '#ed8021',
600: '#E27312',
700: '#BD600F',
800: '#974D0C',
900: '#6D3A0D',
950: '#442408',
DEFAULT: '#ed8021',
},
},
},
}$brand: (
'50': #FCF7F2,
'100': #FAEFE5,
'200': #F7DCC5,
'300': #F7C497,
'400': #F2A663,
'500': #ed8021,
'600': #E27312,
'700': #BD600F,
'800': #974D0C,
'900': #6D3A0D,
'950': #442408,
);
$brand-base: #ed8021;
$brand-ink: #000000;
@function brand($step) { @return map-get($brand, $step); }{
"color": {
"brand": {
"50": { "$value": "#FCF7F2", "$type": "color" },
"100": { "$value": "#FAEFE5", "$type": "color" },
"200": { "$value": "#F7DCC5", "$type": "color" },
"300": { "$value": "#F7C497", "$type": "color" },
"400": { "$value": "#F2A663", "$type": "color" },
"500": { "$value": "#ed8021", "$type": "color" },
"600": { "$value": "#E27312", "$type": "color" },
"700": { "$value": "#BD600F", "$type": "color" },
"800": { "$value": "#974D0C", "$type": "color" },
"900": { "$value": "#6D3A0D", "$type": "color" },
"950": { "$value": "#442408", "$type": "color" }
},
"brandInk": { "$value": "#000000", "$type": "color" }
}
}Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Make it accessible
A contrast checker tells you that you failed. This tells you what to ship instead — same hue, same saturation, lightness moved only as far as WCAG demands.
Large text — 24px regular or 18.66px bold and above — only needs 3:1, so #E77513 is enough for headings on white. Non-text elements such as icons, chart strokes and focus rings also sit at 3:1 under WCAG 2.2 (1.4.11).
Accessibility — WCAG contrast
Contrast is symmetric, so each row covers both directions: #ed8021 as text on that neutral, and that neutral as text on #ed8021.
| Neutral | Ratio | Verdict | Both directions |
|---|---|---|---|
| White#ffffff | 2.72:1 | AAAA lgAAA | AaAa |
| Slate 50#f8fafc | 2.60:1 | AAAA lgAAA | AaAa |
| Slate 100#f1f5f9 | 2.49:1 | AAAA lgAAA | AaAa |
| Slate 200#e2e8f0 | 2.21:1 | AAAA lgAAA | AaAa |
| Slate 300#cbd5e1 | 1.83:1 | AAAA lgAAA | AaAa |
| Slate 400#94a3b8 | 1.06:1 | AAAA lgAAA | AaAa |
| Slate 500#64748b | 1.75:1 | AAAA lgAAA | AaAa |
| Slate 600#475569 | 2.78:1 | AAAA lgAAA | AaAa |
| Slate 700#334155 | 3.80:1 | AAAA lgAAA | AaAa |
| Slate 800#1e293b | 5.37:1 | AAAA lgAAA | AaAa |
| Slate 900#0f172a | 6.55:1 | AAAA lgAAA | AaAa |
| Black#000000 | 7.71:1 | AAAA lgAAA | AaAa |
Roughly one man in twelve has some form of colour vision deficiency. If any of the three panels above is hard to tell apart from a neighbouring colour in your palette, add a shape, an icon or a label so the meaning does not rest on hue alone.
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #ed8021 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.
The same eleven steps expressed in OKLCH, where equal lightness numbers actually look equally spaced. HSL ramps go muddy in the yellows and washed out in the blues; this one does not. Modern browsers render it natively — the hex ramp above is the fallback.
:root {
--brand-50: oklch(0.97 0.041 54.8);
--brand-100: oklch(0.94 0.066 54.8);
--brand-200: oklch(0.88 0.099 54.8);
--brand-300: oklch(0.80 0.129 54.8);
--brand-400: oklch(0.72 0.152 54.8);
--brand-500: oklch(0.64 0.165 54.8);
--brand-600: oklch(0.56 0.165 54.8);
--brand-700: oklch(0.48 0.155 54.8);
--brand-800: oklch(0.40 0.139 54.8);
--brand-900: oklch(0.32 0.115 54.8);
--brand-950: oklch(0.24 0.091 54.8);
}Colors that work with #ed8021
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.
In real components
The same eight roles, wired into the interface patterns you will actually build with them. Every state below is a computed value, not a mock-up.
Focus ring uses the light variant so the field still reads as one shape.
The file stays available for seven days. Download it before it expires.
How to use #ed8021
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
- ✓Chart series and data categories
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Pairing with a same-lightness hue — edges vibrate
Meaning and mood
What a colour in this family tends to signal, and how this particular chroma and lightness change the reading.
Orange is red with the aggression taken out — approachable, active, and strongly associated with buying and doing.
At this chroma the association is amplified — it will dominate anything placed beside it, so give it space and use it sparingly. The mid lightness keeps it versatile in both themes.
Hard to make feel premium, and it collides with the "caution" band in status systems.
- FormalityLow
- EnergyHigh
- Weight47/100
- TemperatureWarm
- ApproachabilityHigh
Colour associations are cultural and vary by market. Treat these as a starting point for a conversation with your audience, not a finding about them.
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 | #218EED | Directly opposite — maximum tension | |
| Analogous left | #ED2128 | Neighbour, quieter | |
| Analogous right | #EDE621 | Neighbour, quieter | |
| Split-complement 1 | #21EDE6 | Contrast without the clash | |
| Split-complement 2 | #2128ED | Contrast without the clash | |
| Triadic 1 | #21ED80 | Even thirds — balanced and loud | |
| Triadic 2 | #8021ED | Even thirds — balanced and loud | |
| Tetradic | #28ED21 | Fourth corner of the square scheme |
#ed8021 sits at 28°. Every dot is a harmony position and links to its own page in the table alongside.
RGB percentages
CMYK percentages
Total ink coverage is 139%. Most commercial presses cap around 300% — above that, sheets stop drying properly.
Color previews
#ed8021 text on a black background
contrast 7.71:1
#ed8021 text on a white background
contrast 2.72:1
#ed8021 on grey
2.49:1
#ed8021 on its own surface
2.55:1
#ed8021 on its dark surface
6.21:1
CSS3 live lab
The quick brown fox
color: #ed8021;
background-color: #ed8021;
Glowing headline
text-shadow: 2px 2px 8px #ed8021;
Soft neon halo
text-shadow: 0 0 14px rgba(237, 128, 33, 0.45);
box-shadow: 0 12px 32px -8px rgba(237, 128, 33, 0.45);
border: 3px solid #ed8021; background: linear-gradient(135deg, #ed8021, #D2ED21);
Gradient headline
background: linear-gradient(90deg, #ed8021, #9FED21); -webkit-background-clip: text; color: transparent;
outline: 2px solid #ed8021; outline-offset: 3px;
Marked up text
text-decoration-color: #ed8021; caret-color: #ed8021;
border-left: 4px solid #ed8021;
background: #FDF1E7; box-shadow: inset 0 0 0 2px #ed8021;
background: conic-gradient(#ed8021 68%, #e2e8f0 0);
Transparency
What each alpha value actually composites to. The top row is #ed8021 over white; the bottom row is the same alpha over a checkerboard, so you can see what survives on a photo or a video.
Bottom row of hexes is the flattened result over white — use those when a design tool refuses transparency, or when you need a solid fallback.
rgba(237, 128, 33, 0.5) rgb(237 128 33 / 50%) #ed802180 hsl(28 85% 53% / 50%) color-mix(in srgb, #ed8021 50%, transparent)
| Alpha | 8-digit hex | Flat on white |
|---|---|---|
| 10% | #ed80211a | #FDF2E9 |
| 20% | #ed802133 | #FBE6D3 |
| 40% | #ed802166 | #F8CCA6 |
| 60% | #ed802199 | #F4B37A |
| 80% | #ed8021cc | #F1994D |
Gradients from #ed8021
Six recipes, each built from this hex and shown with the exact CSS that produced it.
background: linear-gradient(135deg, #F2A059, #ed8021 45%, #763C0A);
background: linear-gradient(120deg, #ed8021, #B2DD12);
background: linear-gradient(90deg, #ed8021, #218EED);
background: radial-gradient(120% 120% at 20% 0%, #F4B076 0%, #ed8021 45%, #763C0A 100%);
background: linear-gradient(180deg, #FAF7F4, #ffffff);
background: radial-gradient(60% 60% at 15% 20%, #F15063 0%, transparent 60%), radial-gradient(55% 55% at 85% 15%, #E7EF3D 0%, transparent 60%), radial-gradient(70% 70% at 50% 95%, #763C0A 0%, transparent 65%), #ed8021;
Monochromatic scale
Palettes built from #ed8021
Shades — darker
Tints — lighter
Tones — desaturated
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: Tangerine (#f28500) — ΔE2000 3.4 away, with its history, psychology and brand usage.
#ed8021 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.
Holds up across typical panel gamma. Still worth checking on an uncalibrated laptop, where mid-tones shift most.
Usable as-is on a dark surface at 7.71:1.
Explore nearby colors
Small, deliberate steps away from this hex — useful when you are hunting for the version of a colour that finally feels right.
#ed8021, answered
What color is #ed8021?
#ed8021 is a balanced electric orange, closest to Dark Orange (ΔE2000 5.2). It sits at 28° on the hue wheel with 85% saturation and 53% lightness, which reads as warm.
What is the RGB value of #ed8021?
rgb(237, 128, 33) — 237 red, 128 green and 33 blue out of 255, or 92.9% / 50.2% / 12.9% by channel.
What is #ed8021 in HSL and HSV?
hsl(28, 85%, 53%) and hsv(28, 86%, 93%). HSL is what CSS takes; HSV is what your design tool's picker shows, which is why the saturation numbers rarely match.
Is #ed8021 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3355 and perceived brightness is 64%, so black text on it reaches 7.71:1.
Should I use black or white text on #ed8021?
Black. It scores 7.71:1 against #ed8021, versus 2.72:1 for white — AAA at any size.
Is #ed8021 accessible on a white background?
#ed8021 on white scores 2.72:1, which fails WCAG AA at every size. Darken it to #B85D0F to reach 4.5:1, or #88450B for 7:1.
What is the complementary color of #ed8021?
#218EED sits directly opposite on the wheel. Softer options are the split-complements #21EDE6 and #2128ED, which give the same contrast with far less vibration.
What colors go well with #ed8021?
For interface work: #FAF7F4 as the surface, #EDD5C0 for borders, #9B704B for secondary text, #0B9AC1 as an accent and #763C0A for hover and pressed states. For a palette, the analogous pair #ED2128 and #EDE621 stays calm, while #218EED is the loudest partner.
What is #ed8021 in CMYK for printing?
cmyk(0%, 46%, 86%, 7%). 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 #ed8021 warm or cool?
Warm — it scores 1 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EF8938; nudged cooler, #EF331E.
Which Tailwind color is closest to #ed8021?
The orange family — its 500 step is #f97316, ΔE2000 4.8 away. That is a visible difference, so define #ed8021 as a custom token rather than reaching for the built-in.
How do I use #ed8021 in Tailwind CSS?
Inline it as an arbitrary value with bg-[#ed8021] or text-[#ed8021], or register the whole ramp under theme.extend.colors.brand so you get bg-brand-500 and friends. The generated 50–950 scale on this page is ready to paste into your config.
What is #ed8021 with 50% opacity?
rgba(237, 128, 33, 0.5), or #ed802180 in eight-digit hex. Over white that composites to #F6C090; over black, #774011.
Is #ed8021 a web-safe color?
No. The nearest web-safe colour is #FF9933, ΔE2000 6.9 away. The palette only matters for legacy displays and some email clients now.
What does the color #ed8021 mean?
As a orange, it reads friendly, energetic, affordable. Orange is red with the aggression taken out — approachable, active, and strongly associated with buying and doing. At this chroma the effect is amplified — it will dominate whatever sits beside it.
What gradient works with #ed8021?
The safest is same-hue elevation: linear-gradient(135deg, #F2A059, #ed8021 45%, #763C0A). For more colour, a short hue run to #B2DD12 keeps it rich without turning muddy.
Work with #ed8021 in the Color Lab
Every tool opens with this colour already loaded.
Every value on this page is computed from #ed8021 at request time — conversions, contrast ratios and ΔE distances are calculated, never looked up.