#3A33FF
A light, vivid blue closely aligning with Mediumblue.
About #3A33FF
When working with digital screens, the color #3A33FF is rendered by mixing light. Designers often compare it to the standard color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 51, and 255.
If you are designing for print, the four-color process is what matters most. The color uses 77% Cyan, 80% Magenta, 0% Yellow, and 0% Black. With a hue angle of 242.1 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#3A33FF
RGB58, 51, 255
HSL242.1°, 100.0%, 60.0%
CMYK77%, 80%, 0%, 0%
HSV242.1°, 80.0%, 100.0%
LAB38.7, 66.4, -97.1
XYZ21.0, 10.5, 95.5
Decimal3814399
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.78:1
Text on #FFFFFF
AA
3.10:1
Text on #000000
AA Large
6.48:1
Text on #F8FAFC
AA
2.63:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A33FF;
}
.text-color {
color: #3A33FF;
}
.border-color {
border: 2px solid #3A33FF;
}