#A85FF8
A light, vivid purple closely aligning with Darkorchid.
About #A85FF8
At its core, #A85FF8 is a light and vivid hue. It is closely associated with the named CSS color Darkorchid. In the RGB color space, it consists of 168 red, 95 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 32% Cyan, 62% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A85FF8
RGB168, 95, 248
HSL268.6°, 91.6%, 67.3%
CMYK32%, 62%, 0%, 3%
HSV268.6°, 61.7%, 97.3%
LAB55.4, 58.1, -65.6
XYZ37.2, 23.3, 91.3
Decimal11034616
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.71:1
Text on #FFFFFF
AA Large
5.66:1
Text on #000000
AA
3.55:1
Text on #F8FAFC
AA Large
4.81:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A85FF8;
}
.text-color {
color: #A85FF8;
}
.border-color {
border: 2px solid #A85FF8;
}