#5033C5
A medium, moderate blue closely aligning with Darkblue.
About #5033C5
At its core, #5033C5 is a medium and moderate hue. Its closest recognized web color is Darkblue. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 51, and 197.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 59% cyan, 74% magenta, 0% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5033C5
RGB80, 51, 197
HSL251.9°, 58.9%, 48.6%
CMYK59%, 74%, 0%, 23%
HSV251.9°, 74.1%, 77.3%
LAB34.2, 51.2, -71.4
XYZ14.6, 8.1, 53.6
Decimal5256133
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.01:1
Text on #FFFFFF
AAA
2.62:1
Text on #000000
FAIL
7.66:1
Text on #F8FAFC
AAA
2.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5033C5;
}
.text-color {
color: #5033C5;
}
.border-color {
border: 2px solid #5033C5;
}