#A842DB
A medium, moderate purple closely aligning with Darkorchid.
About #A842DB
Visually, #A842DB is defined as a moderate purple. It is closely associated with the named CSS color Darkorchid. In the RGB color space, it consists of 168 red, 66 green, and 219 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 23% cyan, 70% magenta, 0% yellow, and 14% black. The HSL representation is 280.0° hue, 68.0% saturation, and 55.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A842DB
RGB168, 66, 219
HSL280.0°, 68.0%, 55.9%
CMYK23%, 70%, 0%, 14%
HSV280.0°, 69.9%, 85.9%
LAB48.7, 64.9, -60.1
XYZ30.9, 17.3, 68.7
Decimal11027163
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.70:1
Text on #FFFFFF
AA
4.47:1
Text on #000000
AA Large
4.49:1
Text on #F8FAFC
AA Large
3.80:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A842DB;
}
.text-color {
color: #A842DB;
}
.border-color {
border: 2px solid #A842DB;
}