#d08321
a balanced, vivid orange · warm · closest name: Peru
At a glance
Every number on this page in one read: what #d08321 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 | #d08321 |
| RGB | rgb(208, 131, 33) |
| HSL | hsl(34, 73%, 47%) |
| CMYK | cmyk(0%, 37%, 84%, 18%) |
| LAB | lab(61.4 22.5 60.2) |
| LCH | lch(61.4 64.3 69.5) |
| OKLCH | oklch(0.676 0.140 66.2) |
| Decimal | 13665057 |
| Display P3 | color(display-p3 0.816 0.514 0.129) |
Copy-ready code
/* CSS */
color: #d08321;
background-color: #d08321;
/* Tailwind (arbitrary) */
class="text-[#d08321] bg-[#d08321]"
/* SCSS */
$brand: #d08321;
/* SwiftUI */
Color(red: 0.816, green: 0.514, blue: 0.129)
/* Android */
Color.parseColor("#d08321")
/* Flutter */
Color(0xFFD08321)
/* Python / OpenCV (BGR) */
(33, 131, 208)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. #d08321 is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FCF8F3;
--brand-100: #F8F1E7;
--brand-200: #F3E0C9;
--brand-300: #F0CC9E;
--brand-400: #E8B26E;
--brand-500: #E0993D;
--brand-600: #d08321;
--brand-700: #B06F1C;
--brand-800: #8D5916;
--brand-900: #664214;
--brand-950: #40290D;
--brand: #d08321;
--brand-ink: #000000;
}Colors that work with #d08321
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 #d08321
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
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠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 | #216ED0 | Directly opposite — maximum tension | |
| Analogous left | #D02C21 | Neighbour, quieter | |
| Analogous right | #C6D021 | Neighbour, quieter | |
| Split-complement 1 | #21C6D0 | Contrast without the clash | |
| Split-complement 2 | #2C21D0 | Contrast without the clash | |
| Triadic 1 | #21D083 | Even thirds — balanced and loud | |
| Triadic 2 | #8321D0 | Even thirds — balanced and loud | |
| Tetradic | #21D02C | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#d08321 text on a black background
contrast 6.95:1
#d08321 text on a white background
contrast 3.02:1
CSS3 live lab
The quick brown fox
color: #d08321;
background-color: #d08321;
Glowing headline
text-shadow: 2px 2px 8px #d08321;
Soft neon halo
text-shadow: 0 0 14px rgba(208, 131, 33, 0.45);
box-shadow: 0 12px 32px -8px rgba(208, 131, 33, 0.45);
border: 3px solid #d08321; background: linear-gradient(135deg, #d08321, #A8D021);
Monochromatic scale
Palettes built from #d08321
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: Bronze (#cd7f32) — ΔE2000 3.5 away, with its history, psychology and brand usage.
#d08321 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.
#d08321, answered
What color is #d08321?
#d08321 is a balanced vivid orange, closest to Peru (ΔE2000 4). It sits at 34° on the hue wheel with 73% saturation and 47% lightness, which reads as warm.
What is the RGB value of #d08321?
rgb(208, 131, 33) — 208 red, 131 green and 33 blue out of 255, or 81.6% / 51.4% / 12.9% by channel.
Is #d08321 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2975 and perceived brightness is 60%, so black text on it reaches 6.95:1.
Should I use black or white text on #d08321?
Black. It scores 6.95:1 against #d08321, versus 3.02:1 for white — AA at any size.
What is the complementary color of #d08321?
#216ED0 sits directly opposite on the wheel. Softer options are the split-complements #21C6D0 and #2C21D0, which give the same contrast with far less vibration.
What colors go well with #d08321?
For interface work: #FAF8F4 as the surface, #EDD9C0 for borders, #9B784B for secondary text, #1884B4 as an accent and #6E4511 for hover and pressed states. For a palette, the analogous pair #D02C21 and #C6D021 stays calm, while #216ED0 is the loudest partner.
What is #d08321 in CMYK for printing?
cmyk(0%, 37%, 84%, 18%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #d08321 warm or cool?
Warm — it scores 3 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DE822D; nudged cooler, #D3C51F.