#3342E2
A medium, vivid blue closely aligning with Blueviolet.
About #3342E2
The hex code #3342E2 represents a beautifully specific shade of blue. Designers often compare it to the standard color Blueviolet. In the RGB color space, it consists of 51 red, 66 green, and 226 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 77% C, 71% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#3342E2
RGB51, 66, 226
HSL234.9°, 75.1%, 54.3%
CMYK77%, 71%, 0%, 11%
HSV234.9°, 77.4%, 88.6%
LAB38.0, 49.2, -81.9
XYZ17.0, 10.1, 73.0
Decimal3359458
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.96:1
Text on #FFFFFF
AA
3.02:1
Text on #000000
AA Large
6.65:1
Text on #F8FAFC
AA
2.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3342E2;
}
.text-color {
color: #3342E2;
}
.border-color {
border: 2px solid #3342E2;
}