#ff9539
a balanced, electric orange · warm · closest name: Dark Orange
At a glance
Every number on this page in one read: what #ff9539 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 | #ff9539 |
| RGB | rgb(255, 149, 57) |
| HSL | hsl(28, 100%, 61%) |
| CMYK | cmyk(0%, 42%, 78%, 0%) |
| LAB | lab(71.6 33.3 62.6) |
| LCH | lch(71.6 70.9 62.0) |
| OKLCH | oklch(0.767 0.162 57.1) |
| Decimal | 16749881 |
| Display P3 | color(display-p3 1.000 0.584 0.224) |
Copy-ready code
/* CSS */
color: #ff9539;
background-color: #ff9539;
/* Tailwind (arbitrary) */
class="text-[#ff9539] bg-[#ff9539]"
/* SCSS */
$brand: #ff9539;
/* SwiftUI */
Color(red: 1.000, green: 0.584, blue: 0.224)
/* Android */
Color.parseColor("#ff9539")
/* Flutter */
Color(0xFFFF9539)
/* Python / OpenCV (BGR) */
(57, 149, 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. #ff9539 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: #FEF7F1;
--brand-100: #FCEFE3;
--brand-200: #FCDCC0;
--brand-300: #FFC38F;
--brand-400: #FFA557;
--brand-500: #ff9539;
--brand-600: #F57200;
--brand-700: #CC5F00;
--brand-800: #A34C00;
--brand-900: #763905;
--brand-950: #492403;
--brand: #ff9539;
--brand-ink: #000000;
}Colors that work with #ff9539
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 #ff9539
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 | #39A3FF | Directly opposite — maximum tension | |
| Analogous left | #FF3940 | Neighbour, quieter | |
| Analogous right | #FFF839 | Neighbour, quieter | |
| Split-complement 1 | #39FFF8 | Contrast without the clash | |
| Split-complement 2 | #3940FF | Contrast without the clash | |
| Triadic 1 | #39FF95 | Even thirds — balanced and loud | |
| Triadic 2 | #9539FF | Even thirds — balanced and loud | |
| Tetradic | #40FF39 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ff9539 text on a black background
contrast 9.61:1
#ff9539 text on a white background
contrast 2.19:1
CSS3 live lab
The quick brown fox
color: #ff9539;
background-color: #ff9539;
Glowing headline
text-shadow: 2px 2px 8px #ff9539;
Soft neon halo
text-shadow: 0 0 14px rgba(255, 149, 57, 0.45);
box-shadow: 0 12px 32px -8px rgba(255, 149, 57, 0.45);
border: 3px solid #ff9539; background: linear-gradient(135deg, #ff9539, #E5FF39);
Monochromatic scale
Palettes built from #ff9539
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: Papaya (#ff9a56) — ΔE2000 4.2 away, with its history, psychology and brand usage.
#ff9539 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.
#ff9539, answered
What color is #ff9539?
#ff9539 is a balanced electric orange, closest to Dark Orange (ΔE2000 3.7). It sits at 28° on the hue wheel with 100% saturation and 61% lightness, which reads as warm.
What is the RGB value of #ff9539?
rgb(255, 149, 57) — 255 red, 149 green and 57 blue out of 255, or 100% / 58.4% / 22.4% by channel.
Is #ff9539 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4305 and perceived brightness is 71%, so black text on it reaches 9.61:1.
Should I use black or white text on #ff9539?
Black. It scores 9.61:1 against #ff9539, versus 2.19:1 for white — AAA at any size.
What is the complementary color of #ff9539?
#39A3FF sits directly opposite on the wheel. Softer options are the split-complements #39FFF8 and #3940FF, which give the same contrast with far less vibration.
What colors go well with #ff9539?
For interface work: #FAF7F4 as the surface, #EDD5C0 for borders, #9B704B for secondary text, #00A0CC as an accent and #803B00 for hover and pressed states. For a palette, the analogous pair #FF3940 and #FFF839 stays calm, while #39A3FF is the loudest partner.
What is #ff9539 in CMYK for printing?
cmyk(0%, 42%, 78%, 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 #ff9539 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 #FF9F53; nudged cooler, #FF4D39.