#335FFF
A light, vivid blue closely aligning with Mediumslateblue.
About #335FFF
Visually, #335FFF is defined as a vivid blue. Its closest recognized web color is Mediumslateblue. Its digital footprint relies on 51 parts red, 95 parts green, and 255 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 80% cyan and 63% magenta inks. With a hue angle of 227.1 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light 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#335FFF
RGB51, 95, 255
HSL227.1°, 100.0%, 60.0%
CMYK80%, 63%, 0%, 0%
HSV227.1°, 80.0%, 100.0%
LAB47.1, 41.8, -83.3
XYZ23.5, 16.1, 96.5
Decimal3366911
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: #335FFF;
}
.text-color {
color: #335FFF;
}
.border-color {
border: 2px solid #335FFF;
}