#2C5FF0
A medium, vivid blue closely aligning with Mediumslateblue.
About #2C5FF0
The hex code #2C5FF0 represents a beautifully specific shade of blue. Its closest recognized web color is Mediumslateblue. In the RGB color space, it consists of 44 red, 95 green, and 240 blue.
Translating this color to physical media requires the CMYK color model. The color uses 82% Cyan, 60% Magenta, 0% Yellow, and 6% Black. With a hue angle of 224.4 degrees, it sits comfortably in the blue 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C5FF0
RGB44, 95, 240
HSL224.4°, 86.7%, 55.7%
CMYK82%, 60%, 0%, 6%
HSV224.4°, 81.7%, 94.1%
LAB45.6, 35.9, -77.3
XYZ20.9, 15.0, 84.2
Decimal2908144
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.25:1
Text on #FFFFFF
AA
4.00:1
Text on #000000
AA Large
5.01:1
Text on #F8FAFC
AA
3.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C5FF0;
}
.text-color {
color: #2C5FF0;
}
.border-color {
border: 2px solid #2C5FF0;
}