#490FE9
A medium, vivid purple closely aligning with Mediumblue.
About #490FE9
Visually, #490FE9 is defined as a vivid purple. It is closely associated with the named CSS color Mediumblue. In the RGB color space, it consists of 73 red, 15 green, and 233 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 69% Cyan, 94% Magenta, 0% Yellow, and 9% Black. The HSL representation is 256.0° hue, 87.9% saturation, and 48.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#490FE9
RGB73, 15, 233
HSL256.0°, 87.9%, 48.6%
CMYK69%, 94%, 0%, 9%
HSV256.0°, 93.6%, 91.4%
LAB33.2, 73.0, -93.8
XYZ17.6, 7.6, 77.6
Decimal4788201
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.31:1
Text on #FFFFFF
AAA
2.53:1
Text on #000000
FAIL
7.94:1
Text on #F8FAFC
AAA
2.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #490FE9;
}
.text-color {
color: #490FE9;
}
.border-color {
border: 2px solid #490FE9;
}