#330FE2
A medium, vivid blue closely aligning with Mediumblue.
About #330FE2
When working with digital screens, the color #330FE2 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 51, 15, and 226.
If you are designing for print, the four-color process is what matters most. The color uses 77% Cyan, 93% Magenta, 0% Yellow, and 11% Black. With a hue angle of 250.2 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#330FE2
RGB51, 15, 226
HSL250.2°, 87.6%, 47.3%
CMYK77%, 93%, 0%, 11%
HSV250.2°, 93.4%, 88.6%
LAB30.7, 70.4, -94.0
XYZ15.3, 6.5, 72.4
Decimal3346402
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.10:1
Text on #FFFFFF
AAA
2.31:1
Text on #000000
FAIL
8.70:1
Text on #F8FAFC
AAA
1.96:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330FE2;
}
.text-color {
color: #330FE2;
}
.border-color {
border: 2px solid #330FE2;
}