#572CF0
A medium, vivid blue closely aligning with Mediumblue.
About #572CF0
The precise color #572CF0 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 44, and 240.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 64% C, 82% M, 0% Y, and 6% K. The HSL representation is 253.2° hue, 86.7% saturation, and 55.7% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#572CF0
RGB87, 44, 240
HSL253.2°, 86.7%, 55.7%
CMYK64%, 82%, 0%, 6%
HSV253.2°, 81.7%, 94.1%
LAB38.1, 67.1, -89.7
XYZ20.6, 10.1, 83.3
Decimal5713136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.94:1
Text on #FFFFFF
AA
3.02:1
Text on #000000
AA Large
6.64:1
Text on #F8FAFC
AA
2.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #572CF0;
}
.text-color {
color: #572CF0;
}
.border-color {
border: 2px solid #572CF0;
}