#ac7521
a dark, vivid orange · warm · closest name: Dark Goldenrod
At a glance
Every number on this page in one read: what #ac7521 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 | #ac7521 |
| RGB | rgb(172, 117, 33) |
| HSL | hsl(36, 68%, 40%) |
| CMYK | cmyk(0%, 32%, 81%, 33%) |
| LAB | lab(53.6 14.5 51.6) |
| LCH | lch(53.6 53.6 74.3) |
| OKLCH | oklch(0.605 0.117 72.6) |
| Decimal | 11302177 |
| Display P3 | color(display-p3 0.675 0.459 0.129) |
Copy-ready code
/* CSS */
color: #ac7521;
background-color: #ac7521;
/* Tailwind (arbitrary) */
class="text-[#ac7521] bg-[#ac7521]"
/* SCSS */
$brand: #ac7521;
/* SwiftUI */
Color(red: 0.675, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#ac7521")
/* Flutter */
Color(0xFFAC7521)
/* Python / OpenCV (BGR) */
(33, 117, 172)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. #ac7521 is pinned to step 700; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FBF8F3;
--brand-100: #F8F1E8;
--brand-200: #F2E2CA;
--brand-300: #EDCFA1;
--brand-400: #E4B772;
--brand-500: #DB9F43;
--brand-600: #CD8C27;
--brand-700: #ac7521;
--brand-800: #895D1A;
--brand-900: #634517;
--brand-950: #3E2B0E;
--brand: #ac7521;
--brand-ink: #000000;
}Colors that work with #ac7521
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 #ac7521
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
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠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 | #2158AC | Directly opposite — maximum tension | |
| Analogous left | #AC3021 | Neighbour, quieter | |
| Analogous right | #9DAC21 | Neighbour, quieter | |
| Split-complement 1 | #219DAC | Contrast without the clash | |
| Split-complement 2 | #3021AC | Contrast without the clash | |
| Triadic 1 | #21AC75 | Even thirds — balanced and loud | |
| Triadic 2 | #7521AC | Even thirds — balanced and loud | |
| Tetradic | #21AC30 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ac7521 text on a black background
contrast 5.32:1
#ac7521 text on a white background
contrast 3.95:1
CSS3 live lab
The quick brown fox
color: #ac7521;
background-color: #ac7521;
Glowing headline
text-shadow: 2px 2px 8px #ac7521;
Soft neon halo
text-shadow: 0 0 14px rgba(172, 117, 33, 0.45);
box-shadow: 0 12px 32px -8px rgba(172, 117, 33, 0.45);
border: 3px solid #ac7521; background: linear-gradient(135deg, #ac7521, #86AC21);
Monochromatic scale
Palettes built from #ac7521
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: Caramel (#af6f09) — ΔE2000 2.7 away, with its history, psychology and brand usage.
#ac7521 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.
#ac7521, answered
What color is #ac7521?
#ac7521 is a dark vivid orange, closest to Dark Goldenrod (ΔE2000 7.4). It sits at 36° on the hue wheel with 68% saturation and 40% lightness, which reads as warm.
What is the RGB value of #ac7521?
rgb(172, 117, 33) — 172 red, 117 green and 33 blue out of 255, or 67.5% / 45.9% / 12.9% by channel.
Is #ac7521 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2160 and perceived brightness is 51%, so black text on it reaches 5.32:1.
Should I use black or white text on #ac7521?
Black. It scores 5.32:1 against #ac7521, versus 3.95:1 for white — AA at any size.
What is the complementary color of #ac7521?
#2158AC sits directly opposite on the wheel. Softer options are the split-complements #219DAC and #3021AC, which give the same contrast with far less vibration.
What colors go well with #ac7521?
For interface work: #FAF8F4 as the surface, #EDDBC0 for borders, #9B7B4B for secondary text, #1D7CB0 as an accent and #6B4915 for hover and pressed states. For a palette, the analogous pair #AC3021 and #9DAC21 stays calm, while #2158AC is the loudest partner.
What is #ac7521 in CMYK for printing?
cmyk(0%, 32%, 81%, 33%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ac7521 warm or cool?
Warm — it scores 5 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #AC6521; nudged cooler, #AEAA1F.