#590D46 color
#590D46 is a dark, vivid magenta, closest to the CSS named color indigo (#4B0082).
Color values
| HEX | #590D46 |
| RGB | rgb(89, 13, 70) |
| HSL | hsl(315, 75%, 20%) |
| CMYK | cmyk(0%, 85%, 21%, 65%) |
| Decimal | 5836102 |
| CSS | color: #590D46; |
| Android | 0xFF590D46 |
| Swift | UIColor(red: 0.349, green: 0.051, blue: 0.275, alpha: 1) |
Accessibility and contrast
| White text on #590D46 | 13.37:1 — AA pass · AA large pass · AAA pass |
| Black text on #590D46 | 1.57:1 — AA fail · AA large fail · AAA fail |
| Recommended text color | white |
WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).
Tints and shades of #590D46
Each swatch keeps the hue and saturation of #590D46 and varies only lightness — the quickest way to build a usable scale from a single brand color.
Colors that go with #590D46
Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.
Using #590D46 in code
/* CSS */
.element { color: #590D46; background-color: #590D46; }
.element { color: rgb(89 13 70); }
.element { color: hsl(315 75% 20%); }
/* Tailwind arbitrary value */
<div class="bg-[#590D46] text-white">
/* SCSS variable */
$brand: #590D46;
Frequently asked questions
What color is #590D46?
#590D46 is a dark, vivid magenta. Its hue sits at 315° on the color wheel, with 75% saturation and 20% lightness.
What is #590D46 in RGB?
#590D46 converts to rgb(89, 13, 70) — 89 red, 13 green and 70 blue.
What is #590D46 in CMYK?
Approximately cmyk(0%, 85%, 21%, 65%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.
Should text on #590D46 be white or black?
White gives the better contrast ratio (13.37:1 versus 1.57:1).
What is the complementary color of #590D46?
#0D5920 — the hue directly opposite #590D46 on the color wheel.