#755FE2
A light, moderate blue closely aligning with Mediumslateblue.
About #755FE2
At its core, #755FE2 is a light and moderate hue. Its closest recognized web color is Mediumslateblue. This translates to an RGB value of rgb(117, 95, 226).
If you are designing for print, the four-color process is what matters most. The color uses 48% Cyan, 58% Magenta, 0% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
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#755FE2
RGB117, 95, 226
HSL250.1°, 69.3%, 62.9%
CMYK48%, 58%, 0%, 11%
HSV250.1°, 58.0%, 88.6%
LAB48.8, 41.6, -64.1
XYZ25.2, 17.5, 74.0
Decimal7692258
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.68:1
Text on #FFFFFF
AA
4.49:1
Text on #000000
AA Large
4.47:1
Text on #F8FAFC
AA Large
3.82:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #755FE2;
}
.text-color {
color: #755FE2;
}
.border-color {
border: 2px solid #755FE2;
}