#335FF8
A medium, vivid blue closely aligning with Mediumslateblue.
About #335FF8
Visually, #335FF8 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumslateblue. This translates to an RGB value of rgb(51, 95, 248).
If you are designing for print, the four-color process is what matters most. The color uses 79% Cyan, 62% Magenta, 0% Yellow, and 3% Black. The HSL representation is 226.6° hue, 93.4% saturation, and 58.6% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#335FF8
RGB51, 95, 248
HSL226.6°, 93.4%, 58.6%
CMYK79%, 62%, 0%, 3%
HSV226.6°, 79.4%, 97.3%
LAB46.5, 39.3, -80.3
XYZ22.4, 15.7, 90.7
Decimal3366904
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.08:1
Text on #FFFFFF
AA
4.13:1
Text on #000000
AA Large
4.86:1
Text on #F8FAFC
AA
3.51:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #335FF8;
}
.text-color {
color: #335FF8;
}
.border-color {
border: 2px solid #335FF8;
}