#4950F0
A light, vivid blue closely aligning with Mediumslateblue.
About #4950F0
At its core, #4950F0 is a light and vivid hue. Its closest recognized web color is Mediumslateblue. This translates to an RGB value of rgb(73, 80, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 70% C, 67% M, 0% Y, and 6% K. The HSL representation is 237.5° hue, 84.8% saturation, and 61.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#4950F0
RGB73, 80, 240
HSL237.5°, 84.8%, 61.4%
CMYK70%, 67%, 0%, 6%
HSV237.5°, 69.6%, 94.1%
LAB43.4, 47.8, -80.9
XYZ21.3, 13.4, 83.9
Decimal4804848
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.69:1
Text on #FFFFFF
AA
3.69:1
Text on #000000
AA Large
5.44:1
Text on #F8FAFC
AA
3.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #4950F0;
}
.text-color {
color: #4950F0;
}
.border-color {
border: 2px solid #4950F0;
}