#AF6DE9
A light, vivid purple closely aligning with Mediumorchid.
About #AF6DE9
When working with digital screens, the color #AF6DE9 is rendered by mixing light. Designers often compare it to the standard color Mediumorchid. This translates to an RGB value of rgb(175, 109, 233).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 25% cyan, 53% magenta, 0% yellow, and 9% black. The HSL representation is 271.9° hue, 73.8% saturation, and 67.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF6DE9
RGB175, 109, 233
HSL271.9°, 73.8%, 67.1%
CMYK25%, 53%, 0%, 9%
HSV271.9°, 53.2%, 91.4%
LAB58.0, 49.0, -53.0
XYZ37.9, 25.9, 80.1
Decimal11496937
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.39:1
Text on #FFFFFF
AA Large
6.19:1
Text on #000000
AA
3.24:1
Text on #F8FAFC
AA Large
5.26:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF6DE9;
}
.text-color {
color: #AF6DE9;
}
.border-color {
border: 2px solid #AF6DE9;
}