#570FAF
A dark, vivid purple closely aligning with Darkblue.
About #570FAF
When working with digital screens, the color #570FAF is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkblue. In the RGB color space, it consists of 87 red, 15 green, and 175 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 50% Cyan, 91% Magenta, 0% Yellow, and 31% Black. The HSL representation is 267.0° hue, 84.2% saturation, and 37.3% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#570FAF
RGB87, 15, 175
HSL267.0°, 84.2%, 37.3%
CMYK50%, 91%, 0%, 31%
HSV267.0°, 91.4%, 68.6%
LAB28.0, 60.0, -68.5
XYZ11.8, 5.5, 41.0
Decimal5705647
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.04:1
Text on #FFFFFF
AAA
2.09:1
Text on #000000
FAIL
9.59:1
Text on #F8FAFC
AAA
1.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #570FAF;
}
.text-color {
color: #570FAF;
}
.border-color {
border: 2px solid #570FAF;
}