#AF24E2
A medium, vivid purple closely aligning with Darkviolet.
About #AF24E2
At its core, #AF24E2 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Darkviolet. In the RGB color space, it consists of 175 red, 36 green, and 226 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 23% cyan and 84% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF24E2
RGB175, 36, 226
HSL283.9°, 76.6%, 51.4%
CMYK23%, 84%, 0%, 11%
HSV283.9°, 84.1%, 88.6%
LAB46.8, 77.3, -67.0
XYZ32.0, 15.9, 73.3
Decimal11478242
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.03:1
Text on #FFFFFF
AA
4.17:1
Text on #000000
AA Large
4.81:1
Text on #F8FAFC
AA
3.55:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF24E2;
}
.text-color {
color: #AF24E2;
}
.border-color {
border: 2px solid #AF24E2;
}