#ff8e13
a balanced, electric orange · warm · “Dark Orange”
At a glance
Every number on this page in one read: what #ff8e13 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 | #ff8e13 |
| RGB | rgb(255, 142, 19) |
| HSL | hsl(31, 100%, 54%) |
| CMYK | cmyk(0%, 44%, 93%, 0%) |
| LAB | lab(69.9 36.0 73.0) |
| LCH | lch(69.9 81.4 63.8) |
| OKLCH | oklch(0.754 0.176 58.3) |
| Decimal | 16748051 |
| Display P3 | color(display-p3 1.000 0.557 0.075) |
Copy-ready code
/* CSS */
color: #ff8e13;
background-color: #ff8e13;
/* Tailwind (arbitrary) */
class="text-[#ff8e13] bg-[#ff8e13]"
/* SCSS */
$brand: #ff8e13;
/* SwiftUI */
Color(red: 1.000, green: 0.557, blue: 0.075)
/* Android */
Color.parseColor("#ff8e13")
/* Flutter */
Color(0xFFFF8E13)
/* Python / OpenCV (BGR) */
(19, 142, 255)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. #ff8e13 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: #FEF8F1;
--brand-100: #FCF0E3;
--brand-200: #FCDFC0;
--brand-300: #FFC98F;
--brand-400: #FFAE57;
--brand-500: #ff8e13;
--brand-600: #F58000;
--brand-700: #CC6A00;
--brand-800: #A35500;
--brand-900: #764005;
--brand-950: #492803;
--brand: #ff8e13;
--brand-ink: #000000;
}Colors that work with #ff8e13
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 #ff8e13
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 | #1384FF | Directly opposite — maximum tension | |
| Analogous left | #FF1813 | Neighbour, quieter | |
| Analogous right | #FAFF13 | Neighbour, quieter | |
| Split-complement 1 | #13FAFF | Contrast without the clash | |
| Split-complement 2 | #1813FF | Contrast without the clash | |
| Triadic 1 | #13FF8E | Even thirds — balanced and loud | |
| Triadic 2 | #8E13FF | Even thirds — balanced and loud | |
| Tetradic | #13FF18 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ff8e13 text on a black background
contrast 9.13:1
#ff8e13 text on a white background
contrast 2.30:1
CSS3 live lab
The quick brown fox
color: #ff8e13;
background-color: #ff8e13;
Glowing headline
text-shadow: 2px 2px 8px #ff8e13;
Soft neon halo
text-shadow: 0 0 14px rgba(255, 142, 19, 0.45);
box-shadow: 0 12px 32px -8px rgba(255, 142, 19, 0.45);
border: 3px solid #ff8e13; background: linear-gradient(135deg, #ff8e13, #D3FF13);
Monochromatic scale
Palettes built from #ff8e13
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: Tangerine (#f28500) — ΔE2000 2.9 away, with its history, psychology and brand usage.
#ff8e13 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.
#ff8e13, answered
What color is #ff8e13?
#ff8e13 is a balanced electric orange — the CSS keyword Dark Orange. It sits at 31° on the hue wheel with 100% saturation and 54% lightness, which reads as warm.
What is the RGB value of #ff8e13?
rgb(255, 142, 19) — 255 red, 142 green and 19 blue out of 255, or 100% / 55.7% / 7.5% by channel.
Is #ff8e13 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4065 and perceived brightness is 69%, so black text on it reaches 9.13:1.
Should I use black or white text on #ff8e13?
Black. It scores 9.13:1 against #ff8e13, versus 2.30:1 for white — AAA at any size.
What is the complementary color of #ff8e13?
#1384FF sits directly opposite on the wheel. Softer options are the split-complements #13FAFF and #1813FF, which give the same contrast with far less vibration.
What colors go well with #ff8e13?
For interface work: #FAF7F4 as the surface, #EDD7C0 for borders, #9B744B for secondary text, #0095CC as an accent and #804300 for hover and pressed states. For a palette, the analogous pair #FF1813 and #FAFF13 stays calm, while #1384FF is the loudest partner.
What is #ff8e13 in CMYK for printing?
cmyk(0%, 44%, 93%, 0%). 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 #ff8e13 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 #FF902C; nudged cooler, #F87900.