#A842F8
A light, vivid purple closely aligning with Blueviolet.
About #A842F8
At its core, #A842F8 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Blueviolet. In the RGB color space, it consists of 168 red, 66 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 32% Cyan, 73% Magenta, 0% Yellow, and 3% Black. The HSL representation is 273.6° hue, 92.9% saturation, and 61.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A842F8
RGB168, 66, 248
HSL273.6°, 92.9%, 61.6%
CMYK32%, 73%, 0%, 3%
HSV273.6°, 73.4%, 97.3%
LAB50.7, 71.1, -73.2
XYZ35.0, 19.0, 90.6
Decimal11027192
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.38:1
Text on #FFFFFF
AA Large
4.80:1
Text on #000000
AA
4.18:1
Text on #F8FAFC
AA Large
4.08:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A842F8;
}
.text-color {
color: #A842F8;
}
.border-color {
border: 2px solid #A842F8;
}