#A800DB
A medium, vivid magenta closely aligning with Darkviolet.
About #A800DB
At its core, #A800DB is a medium and vivid hue. Designers often compare it to the standard color Darkviolet. This translates to an RGB value of rgb(168, 0, 219).
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 100% magenta inks. The HSL representation is 286.0° hue, 100.0% saturation, and 42.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A800DB
RGB168, 0, 219
HSL286.0°, 100.0%, 42.9%
CMYK23%, 100%, 0%, 14%
HSV286.0°, 100.0%, 85.9%
LAB43.4, 80.2, -68.6
XYZ28.9, 13.4, 68.1
Decimal11010267
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.69:1
Text on #FFFFFF
AA
3.69:1
Text on #000000
AA Large
5.44:1
Text on #F8FAFC
AA
3.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A800DB;
}
.text-color {
color: #A800DB;
}
.border-color {
border: 2px solid #A800DB;
}