#425FF0
A light, vivid blue closely aligning with Mediumslateblue.
About #425FF0
When working with digital screens, the color #425FF0 is rendered by mixing light. Designers often compare it to the standard color Mediumslateblue. In the RGB color space, it consists of 66 red, 95 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 72% Cyan, 60% Magenta, 0% Yellow, and 6% Black. The HSL representation is 230.0° hue, 85.3% saturation, and 60.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#425FF0
RGB66, 95, 240
HSL230.0°, 85.3%, 60.0%
CMYK72%, 60%, 0%, 6%
HSV230.0°, 72.5%, 94.1%
LAB46.5, 38.0, -75.9
XYZ22.1, 15.6, 84.3
Decimal4349936
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.09:1
Text on #FFFFFF
AA
4.13:1
Text on #000000
AA Large
4.86:1
Text on #F8FAFC
AA
3.51:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #425FF0;
}
.text-color {
color: #425FF0;
}
.border-color {
border: 2px solid #425FF0;
}