#425FF8
A light, vivid blue closely aligning with Mediumslateblue.
About #425FF8
Visually, #425FF8 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumslateblue. In the RGB color space, it consists of 66 red, 95 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 73% Cyan, 62% Magenta, 0% Yellow, and 3% Black. With a hue angle of 230.4 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. 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#425FF8
RGB66, 95, 248
HSL230.4°, 92.9%, 61.6%
CMYK73%, 62%, 0%, 3%
HSV230.4°, 73.4%, 97.3%
LAB47.1, 40.7, -79.3
XYZ23.3, 16.1, 90.7
Decimal4349944
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.97:1
Text on #FFFFFF
AA
4.22:1
Text on #000000
AA Large
4.75:1
Text on #F8FAFC
AA
3.59:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #425FF8;
}
.text-color {
color: #425FF8;
}
.border-color {
border: 2px solid #425FF8;
}