#330F3A
A very dark, moderate magenta closely aligning with Darkslateblue.
About #330F3A
At its core, #330F3A is a very dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 15, and 58.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 12% C, 74% M, 0% Y, and 77% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#330F3A
RGB51, 15, 58
HSL290.2°, 58.9%, 14.3%
CMYK12%, 74%, 0%, 77%
HSV290.2°, 74.1%, 22.7%
LAB11.6, 25.5, -19.6
XYZ2.3, 1.4, 4.1
Decimal3346234
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.53:1
Text on #FFFFFF
AAA
1.27:1
Text on #000000
FAIL
15.80:1
Text on #F8FAFC
AAA
1.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330F3A;
}
.text-color {
color: #330F3A;
}
.border-color {
border: 2px solid #330F3A;
}