#571DAF
A medium, vivid purple closely aligning with Darkblue.
About #571DAF
At its core, #571DAF is a medium and vivid hue. Its closest recognized web color is Darkblue. This translates to an RGB value of rgb(87, 29, 175).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 50% cyan and 83% magenta inks. With a hue angle of 263.8 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#571DAF
RGB87, 29, 175
HSL263.8°, 71.6%, 40.0%
CMYK50%, 83%, 0%, 31%
HSV263.8°, 83.4%, 68.6%
LAB29.4, 55.8, -66.2
XYZ12.1, 6.0, 41.1
Decimal5709231
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.55:1
Text on #FFFFFF
AAA
2.20:1
Text on #000000
FAIL
9.12:1
Text on #F8FAFC
AAA
1.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571DAF;
}
.text-color {
color: #571DAF;
}
.border-color {
border: 2px solid #571DAF;
}