#5033FF
A light, vivid blue closely aligning with Mediumblue.
About #5033FF
The hex code #5033FF represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 80 red, 51 green, and 255 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 69% cyan, 80% magenta, 0% yellow, and 0% black. With a hue angle of 248.5 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5033FF
RGB80, 51, 255
HSL248.5°, 100.0%, 60.0%
CMYK69%, 80%, 0%, 0%
HSV248.5°, 80.0%, 100.0%
LAB40.1, 67.8, -94.8
XYZ22.5, 11.3, 95.6
Decimal5256191
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.44:1
Text on #FFFFFF
AA
3.26:1
Text on #000000
AA Large
6.16:1
Text on #F8FAFC
AA
2.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5033FF;
}
.text-color {
color: #5033FF;
}
.border-color {
border: 2px solid #5033FF;
}