CSS Named Color Reference

Maroon Color Code

Maroon·#800000

Red FamilyWarmDark toneHigh saturationoklch(37.7% 0.155 29)
HEX
#800000Primary token
RGB
rgb(128, 0, 0)Screen values
HSL
hsl(0 100% 25%)Hue and lightness
CMYK
0, 100, 100, 50Print handoff
LAB
26, 48, 38Perceptual reference
OKLCH
oklch(37.7% 0.155 29)Modern perceptual

Maroon is a deep, high-saturation CSS named color at #800000. If you searched for maroon hex code, 800000, or maroon RGB, this page gives the exact color value, conversion formats, contrast checks, nearby colors, and links into the lookup and converter workflows.

Best text colorWhite text
Body text contrast10.95:1
Best UseAlerts, destructive actions, high-energy CTAs, and urgent interface signals

Tonal Scale

100#E8D1D1
300#C58A8A
500#972E2E
600#800000
800#5C0000

Contrast Checks

White text on this color

Buttons, badges, and filled actions.

10.95:1AAA-level contrast

Dark text on this color

Large headings and selective UI.

1.57:1Needs more separation

This color on light surface

Links, borders, and icons on light UI.

10.40:1AAA-level contrast
Best text colorWhite textContrast 10.95:1

Professional Reference

OKLCHoklch(37.7% 0.155 29)
Relative Luminance0.0459
Source TypeCSS Named Color
Classification
Red FamilyWarmDark toneHigh saturation
Source Context
Source Type
CSS Named Color
System
CSS
Closest Matches
Ant Design Volcano 9Dark RedAnt Design Red 9
Color Notes
  • Maroon is kept as an exact CSS named color for #800000.
  • Queries for maroon color code, 800000, or maroon RGB usually need the value first, then contrast and implementation context.

Accessibility Matrix

White text on this color

White text placed on the current color.

10.95:1AAA

Dark text on this color

Dark text or headings on the current color.

1.57:1Needs more separation

This color on light surface

Use this color for links, strokes, or icons on light UI.

10.40:1AAA

This color on dark surface

Use this color inside dark shells for strokes, tags, or icons.

1.57:1Needs more separation
Best text colorWhite textContrast 10.95:1 · AAA

Where It Works

  • Use it for alerts, errors, destructive actions, urgent badges, and high-energy accents.
  • Keep red focused because broad red surfaces can feel heavy or stressful.
  • Pair with white, warm neutrals, deep red shades, and restrained supporting colors.

Reference Notes

Last Updated
2026-09-03
Source Library
CSS Standard Colors
Methodology
Verified source values + site guidance
Color Notes

Maroon is sourced from the published CSS Standard Colors library and retained here as a searchable reference swatch for product and interface reference work.

Hue Family

High-energy warm reds for editorial and alerts.

Source Collections
CSS Named Colors

Related Colors

Palette Starting Points

Implementation Snippets

CSS Variables
:root {
  --color-maroon: #800000;
  --color-maroon-rgb: 128 0 0;
}
Utility Class
class="bg-[#800000] text-white"
class="hover:bg-[#5C0000] ring-1 ring-[#800000]"
JSON Token
{
  "maroon": "#800000",
  "maroonRgb": [128, 0, 0],
  "maroonHsl": [0, 100, 25]
}