#8A24A8
A medium, moderate magenta closely aligning with Darkmagenta.
About #8A24A8
When working with digital screens, the color #8A24A8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkmagenta. In the RGB color space, it consists of 138 red, 36 green, and 168 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 18% Cyan, 79% Magenta, 0% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8A24A8
RGB138, 36, 168
HSL286.4°, 64.7%, 40.0%
CMYK18%, 79%, 0%, 34%
HSV286.4°, 78.6%, 65.9%
LAB36.9, 60.0, -49.5
XYZ18.2, 9.5, 37.9
Decimal9053352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.25:1
Text on #FFFFFF
AAA
2.90:1
Text on #000000
FAIL
6.92:1
Text on #F8FAFC
AA
2.46:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A24A8;
}
.text-color {
color: #8A24A8;
}
.border-color {
border: 2px solid #8A24A8;
}