#4250F0
A light, vivid blue closely aligning with Mediumslateblue.
About #4250F0
The hex code #4250F0 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Mediumslateblue. This translates to an RGB value of rgb(66, 80, 240).
Translating this color to physical media requires the CMYK color model. The color uses 72% Cyan, 67% Magenta, 0% Yellow, and 6% Black. The HSL representation is 235.2° hue, 85.3% saturation, and 60.0% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#4250F0
RGB66, 80, 240
HSL235.2°, 85.3%, 60.0%
CMYK72%, 67%, 0%, 6%
HSV235.2°, 72.5%, 94.1%
LAB43.0, 47.0, -81.5
XYZ20.8, 13.2, 83.9
Decimal4346096
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.77:1
Text on #FFFFFF
AA
3.64:1
Text on #000000
AA Large
5.52:1
Text on #F8FAFC
AA
3.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #4250F0;
}
.text-color {
color: #4250F0;
}
.border-color {
border: 2px solid #4250F0;
}