Skip to content

Maroon #800000

Red that settled down and bought property.

RGB
128, 0, 0
HSL
0°, 100%, 25%
CMYK
0, 100, 100, 50
Luminance
0.0459

About Maroon

Maroon, #800000, is red at half power — brown’s gravity pulling on red’s heat. It is the color of leather-bound books, school blazers and long-established institutions: red with tenure.

History

Named from the French marron (chestnut), maroon became the uniform of universities, railways and regiments across the British world — chosen precisely because it looked serious and hid wear. It colors half the passports on Earth, including the EU’s burgundy family.

Psychology

Maroon reads as mature, controlled and substantial — passion governed by discipline. It skews formal and traditional, which is why sports teams use it to claim heritage and why it rarely appears in startup branding.

In design

A superb dark anchor: 10.9:1 on white makes maroon fully AAA-capable as text. It substitutes for black in warm palettes, pairs with gold (the classic school-crest duo), cream, sage and mustard. Keep accents warm — cool blues fight it.

In culture

Maroon is academia’s color of record, the burgundy of wine labels and winter coats — and, unrelatedly, a word for being stranded, from escaped “maroon” communities of the Caribbean.

Brands that own maroon

Shades of maroon

Every format

HEX#800000
RGBrgb(128, 0, 0)
HSLhsl(0, 100%, 25%)
CMYKcmyk(0%, 100%, 100%, 50%)
LABlab(25.5 48.0 38.1)
LCHlch(25.5 61.3 38.4)
OKLCHoklch(0.377 0.155 29.2)

Copy-ready code

/* CSS */
color: #800000;
background-color: #800000;
/* Tailwind (arbitrary) */
class="text-[#800000] bg-[#800000]"
/* SCSS */
$brand: #800000;
/* SwiftUI */
Color(red: 0.502, green: 0.000, blue: 0.000)
/* Android */
Color.parseColor("#800000")

Accessibility — WCAG contrast

Aa
#800000 on white: 10.95:1
AA ✓ pass · AA-large · AAA
Aa
#800000 on black: 1.92:1
AA ✗ fail · AA-large · AAA
true color
protanopia
deuteranopia
tritanopia

RGB percentages

Red50.2%
Green0.0%
Blue0.0%

CMYK percentages

Cyan0.0%
Magenta100.0%
Yellow100.0%
Key (black)49.8%

Color previews

#800000 text on a black background

contrast 1.92:1

Card sample

#800000 text on a white background

contrast 10.95:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #800000;
Background color
Panel with #800000 background
background-color: #800000;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #800000;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(128, 0, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 0, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #800000;
background: linear-gradient(135deg, #800000, #805500);

Monochromatic scale

Palettes built from #800000

Shades — darker

Tints — lighter

Hue & tone neighbors

Color harmonies

Nearest named colors

Maroon, answered

What is the hex code for maroon?

CSS maroon is #800000 — rgb(128, 0, 0), exactly half-intensity red. Burgundy #800020 adds a drop of blue toward wine.

Maroon vs burgundy — which is which?

Maroon is brown-leaning red (chestnut); burgundy is wine-leaning with a violet hint. In hex: #800000 vs #800020 — small numbers, distinct moods.

Is maroon good for text?

Excellent: #800000 on white reaches 10.9:1 — beyond AAA. It is one of the few brand-capable colors that doubles as fully accessible body text.

Work with #800000 in the Color Lab