#3350F8
A medium, vivid blue closely aligning with Mediumslateblue.
About #3350F8
When working with digital screens, the color #3350F8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumslateblue. This translates to an RGB value of rgb(51, 80, 248).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 79% C, 68% M, 0% Y, and 3% K. With a hue angle of 231.2 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3350F8
RGB51, 80, 248
HSL231.2°, 93.4%, 58.6%
CMYK79%, 68%, 0%, 3%
HSV231.2°, 79.4%, 97.3%
LAB43.1, 48.4, -86.0
XYZ21.2, 13.2, 90.2
Decimal3363064
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.76:1
Text on #FFFFFF
AA
3.64:1
Text on #000000
AA Large
5.51:1
Text on #F8FAFC
AA
3.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3350F8;
}
.text-color {
color: #3350F8;
}
.border-color {
border: 2px solid #3350F8;
}