#330FB6
A dark, vivid blue closely aligning with Mediumblue.
About #330FB6
When working with digital screens, the color #330FB6 is rendered by mixing light. Designers often compare it to the standard color Mediumblue. In the RGB color space, it consists of 51 red, 15 green, and 182 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 72% cyan and 92% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#330FB6
RGB51, 15, 182
HSL252.9°, 84.8%, 38.6%
CMYK72%, 92%, 0%, 29%
HSV252.9°, 91.8%, 71.4%
LAB25.0, 59.1, -77.8
XYZ10.0, 4.4, 44.6
Decimal3346358
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.14:1
Text on #FFFFFF
AAA
1.88:1
Text on #000000
FAIL
10.65:1
Text on #F8FAFC
AAA
1.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330FB6;
}
.text-color {
color: #330FB6;
}
.border-color {
border: 2px solid #330FB6;
}