#AF1DCC
A medium, vivid magenta closely aligning with Darkorchid.
About #AF1DCC
Visually, #AF1DCC is defined as a vivid magenta. Designers often compare it to the standard color Darkorchid. In the RGB color space, it consists of 175 red, 29 green, and 204 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 14% cyan and 86% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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#AF1DCC
RGB175, 29, 204
HSL290.1°, 75.1%, 45.7%
CMYK14%, 86%, 0%, 20%
HSV290.1°, 85.8%, 80.0%
LAB44.7, 74.9, -57.8
XYZ29.0, 14.4, 58.4
Decimal11476428
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.43:1
Text on #FFFFFF
AA
3.87:1
Text on #000000
AA Large
5.19:1
Text on #F8FAFC
AA
3.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF1DCC;
}
.text-color {
color: #AF1DCC;
}
.border-color {
border: 2px solid #AF1DCC;
}