#335FF0
A medium, vivid blue closely aligning with Mediumslateblue.
About #335FF0
When working with digital screens, the color #335FF0 is rendered by mixing light. Designers often compare it to the standard color Mediumslateblue. This translates to an RGB value of rgb(51, 95, 240).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 79% C, 60% M, 0% Y, and 6% K. The HSL representation is 226.0° hue, 86.3% saturation, and 57.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#335FF0
RGB51, 95, 240
HSL226.0°, 86.3%, 57.1%
CMYK79%, 60%, 0%, 6%
HSV226.0°, 78.8%, 94.1%
LAB45.9, 36.4, -76.9
XYZ21.2, 15.2, 84.3
Decimal3366896
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.20:1
Text on #FFFFFF
AA
4.04:1
Text on #000000
AA Large
4.97:1
Text on #F8FAFC
AA
3.43:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #335FF0;
}
.text-color {
color: #335FF0;
}
.border-color {
border: 2px solid #335FF0;
}