#3350F0
A medium, vivid blue closely aligning with Mediumslateblue.
About #3350F0
Visually, #3350F0 is defined as a vivid blue. Its closest recognized web color is Mediumslateblue. This translates to an RGB value of rgb(51, 80, 240).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 79% cyan, 67% magenta, 0% yellow, and 6% black. 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 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#3350F0
RGB51, 80, 240
HSL230.8°, 86.3%, 57.1%
CMYK79%, 67%, 0%, 6%
HSV230.8°, 78.8%, 94.1%
LAB42.4, 45.7, -82.7
XYZ20.0, 12.7, 83.8
Decimal3363056
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.92:1
Text on #FFFFFF
AA
3.55:1
Text on #000000
AA Large
5.66:1
Text on #F8FAFC
AA
3.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3350F0;
}
.text-color {
color: #3350F0;
}
.border-color {
border: 2px solid #3350F0;
}