#582f21
a deep, vivid orange · warm · closest name: Maroon
At a glance
Every number on this page in one read: what #582f21 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 | #582f21 |
| RGB | rgb(88, 47, 33) |
| HSL | hsl(15, 46%, 24%) |
| CMYK | cmyk(0%, 47%, 63%, 66%) |
| LAB | lab(24.4 17.2 17.1) |
| LCH | lch(24.4 24.2 44.9) |
| OKLCH | oklch(0.355 0.065 39.5) |
| Decimal | 5779233 |
| Display P3 | color(display-p3 0.345 0.184 0.129) |
Copy-ready code
/* CSS */
color: #582f21;
background-color: #582f21;
/* Tailwind (arbitrary) */
class="text-[#582f21] bg-[#582f21]"
/* SCSS */
$brand: #582f21;
/* SwiftUI */
Color(red: 0.345, green: 0.184, blue: 0.129)
/* Android */
Color.parseColor("#582f21")
/* Flutter */
Color(0xFF582F21)
/* Python / OpenCV (BGR) */
(33, 47, 88)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. #582f21 is pinned to step 900; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FAF6F5;
--brand-100: #F5EDEA;
--brand-200: #EBD7D1;
--brand-300: #E0BAAD;
--brand-400: #D19885;
--brand-500: #C2765C;
--brand-600: #B25F43;
--brand-700: #944F38;
--brand-800: #773F2C;
--brand-900: #582f21;
--brand-950: #361E16;
--brand: #582f21;
--brand-ink: #ffffff;
}Colors that work with #582f21
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 #582f21
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links on white
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text on black or near-black surfaces
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Black text placed on it
- ⚠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 | #214A58 | Directly opposite — maximum tension | |
| Analogous left | #58212E | Neighbour, quieter | |
| Analogous right | #584A21 | Neighbour, quieter | |
| Split-complement 1 | #21584A | Contrast without the clash | |
| Split-complement 2 | #212E58 | Contrast without the clash | |
| Triadic 1 | #21582F | Even thirds — balanced and loud | |
| Triadic 2 | #2F2158 | Even thirds — balanced and loud | |
| Tetradic | #2E5821 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#582f21 text on a black background
contrast 1.84:1
#582f21 text on a white background
contrast 11.39:1
CSS3 live lab
The quick brown fox
color: #582f21;
background-color: #582f21;
Glowing headline
text-shadow: 2px 2px 8px #582f21;
Soft neon halo
text-shadow: 0 0 14px rgba(88, 47, 33, 0.45);
box-shadow: 0 12px 32px -8px rgba(88, 47, 33, 0.45);
border: 3px solid #582f21; background: linear-gradient(135deg, #582f21, #585421);
Monochromatic scale
Palettes built from #582f21
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: Merlot (#73343a) — ΔE2000 10.8 away, with its history, psychology and brand usage.
#582f21 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#582f21, answered
What color is #582f21?
#582f21 is a deep vivid orange, closest to Maroon (ΔE2000 13.1). It sits at 15° on the hue wheel with 46% saturation and 24% lightness, which reads as warm.
What is the RGB value of #582f21?
rgb(88, 47, 33) — 88 red, 47 green and 33 blue out of 255, or 34.5% / 18.4% / 12.9% by channel.
Is #582f21 a light or a dark color?
It is a dark color. Relative luminance is 0.0422 and perceived brightness is 24%, so white text on it reaches 11.39:1.
Should I use black or white text on #582f21?
White. It scores 11.39:1 against #582f21, versus 1.84:1 for black — AAA at any size.
What is the complementary color of #582f21?
#214A58 sits directly opposite on the wheel. Softer options are the split-complements #21584A and #212E58, which give the same contrast with far less vibration.
What colors go well with #582f21?
For interface work: #FAF6F4 as the surface, #E9CDC4 for borders, #9B5F4B for secondary text, #1F5A5A as an accent and #5D3223 for hover and pressed states. For a palette, the analogous pair #58212E and #584A21 stays calm, while #214A58 is the loudest partner.
What is #582f21 in CMYK for printing?
cmyk(0%, 47%, 63%, 66%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #582f21 warm or cool?
Warm — it scores 8 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #583621; nudged cooler, #592026.