#425FE9
A medium, vivid blue closely aligning with Mediumslateblue.
About #425FE9
When working with digital screens, the color #425FE9 is rendered by mixing light. Designers often compare it to the standard color Mediumslateblue. This translates to an RGB value of rgb(66, 95, 233).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 72% cyan and 59% magenta inks. With a hue angle of 229.6 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#425FE9
RGB66, 95, 233
HSL229.6°, 79.1%, 58.6%
CMYK72%, 59%, 0%, 9%
HSV229.6°, 71.7%, 91.4%
LAB45.9, 35.5, -72.9
XYZ21.0, 15.2, 78.9
Decimal4349929
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.19:1
Text on #FFFFFF
AA
4.05:1
Text on #000000
AA Large
4.96:1
Text on #F8FAFC
AA
3.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #425FE9;
}
.text-color {
color: #425FE9;
}
.border-color {
border: 2px solid #425FE9;
}