#1D57FF
A medium, vivid blue closely aligning with Mediumslateblue.
About #1D57FF
When working with digital screens, the color #1D57FF is rendered by mixing light. It is closely associated with the named CSS color Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 87, and 255.
If you are designing for print, the four-color process is what matters most. The color uses 89% Cyan, 66% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#1D57FF
RGB29, 87, 255
HSL224.6°, 100.0%, 55.7%
CMYK89%, 66%, 0%, 0%
HSV224.6°, 88.6%, 100.0%
LAB44.7, 45.4, -87.3
XYZ22.0, 14.3, 96.2
Decimal1923071
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.44:1
Text on #FFFFFF
AA
3.86:1
Text on #000000
AA Large
5.20:1
Text on #F8FAFC
AA
3.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D57FF;
}
.text-color {
color: #1D57FF;
}
.border-color {
border: 2px solid #1D57FF;
}