#4966F0
A light, vivid blue closely aligning with Mediumslateblue.
About #4966F0
Visually, #4966F0 is defined as a vivid blue. Its closest recognized web color is Mediumslateblue. Its digital footprint relies on 73 parts red, 102 parts green, and 240 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 70% cyan, 57% magenta, 0% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4966F0
RGB73, 102, 240
HSL229.6°, 84.8%, 61.4%
CMYK70%, 57%, 0%, 6%
HSV229.6°, 69.6%, 94.1%
LAB48.5, 34.5, -72.6
XYZ23.2, 17.2, 84.5
Decimal4810480
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.73:1
Text on #FFFFFF
AA
4.44:1
Text on #000000
AA Large
4.52:1
Text on #F8FAFC
AA
3.78:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #4966F0;
}
.text-color {
color: #4966F0;
}
.border-color {
border: 2px solid #4966F0;
}