#075FFF
A medium, vivid blue closely aligning with Mediumslateblue.
About #075FFF
Visually, #075FFF is defined as a vivid blue. It is closely associated with the named CSS color Mediumslateblue. Its digital footprint relies on 7 parts red, 95 parts green, and 255 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 97% C, 63% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#075FFF
RGB7, 95, 255
HSL218.7°, 100.0%, 51.4%
CMYK97%, 63%, 0%, 0%
HSV218.7°, 97.3%, 100.0%
LAB46.2, 39.8, -84.7
XYZ22.2, 15.4, 96.4
Decimal483327
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.13:1
Text on #FFFFFF
AA
4.09:1
Text on #000000
AA Large
4.91:1
Text on #F8FAFC
AA
3.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #075FFF;
}
.text-color {
color: #075FFF;
}
.border-color {
border: 2px solid #075FFF;
}