#426DFF
A light, vivid blue closely aligning with Mediumslateblue.
About #426DFF
The hex code #426DFF represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumslateblue. This translates to an RGB value of rgb(66, 109, 255).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 74% C, 57% M, 0% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#426DFF
RGB66, 109, 255
HSL226.3°, 100.0%, 62.9%
CMYK74%, 57%, 0%, 0%
HSV226.3°, 74.1%, 100.0%
LAB51.1, 34.6, -76.8
XYZ25.8, 19.3, 97.0
Decimal4353535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.32:1
Text on #FFFFFF
AA Large
4.86:1
Text on #000000
AA
4.13:1
Text on #F8FAFC
AA Large
4.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #426DFF;
}
.text-color {
color: #426DFF;
}
.border-color {
border: 2px solid #426DFF;
}