Maroon — Color Codes & Palette
Color Codes
| Format | Value | |
|---|---|---|
| HEX | #800000 | |
| RGB | rgb(128, 0, 0) | |
| HSL | hsl(0, 100%, 25%) |
Shades of Maroon
| #750000 | #6B0000 | #610000 | #570000 | #4D0000 | #420000 | #380000 | #2E0000 |
Tints of Maroon
| #A80000 | #D10000 | #FA0000 | #FF2424 | #FF4D4D | #FF7575 | #FF9E9E | #FFC7C7 |
Color Pairings & Harmony
|
Complementary
#008080
|
Analogous +30°
#804000
|
Analogous −30°
#800040
|
Triadic +120°
#008000
|
Triadic −120°
#000080
|
Contrast & Accessibility (WCAG 2.1)
CSS Snippet
.element {
color: #800000;
}
.element-bg {
background-color: #800000;
color: #ffffff;
}
.element-border {
border: 2px solid #800000;
}
About Maroon
Maroon is a dark color with vivid, highly saturated, defined by the hex code #800000. Its exact color model values are rgb(128, 0, 0) in RGB and hsl(0, 100%, 25%) in HSL (hue 0°, saturation 100%, lightness 25%). On a white background the contrast ratio is 10.95:1 — AAA pass for normal text, and on black it is 1.92:1 — Fail. Use Maroon for UI elements, backgrounds, text, borders, or decorative accents. The shades section below shows progressively darker variations, while the tints strip shows progressively lighter versions — both useful for building a tonal palette. The harmony swatches provide complementary, analogous, and triadic pairings based on the HSL hue wheel.
Want to explore this color interactively, generate palettes, or convert between color formats? The DevArbor Color Picker has you covered.
Open the Color Picker →