#330724
A very dark, vivid magenta closely aligning with Black.
About #330724
At its core, #330724 is a very dark and vivid hue. Designers often compare it to the standard color Black. In the RGB color space, it consists of 51 red, 7 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 86% magenta, 29% yellow, and 80% black. The HSL representation is 320.5° hue, 75.9% saturation, and 11.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#330724
RGB51, 7, 36
HSL320.5°, 75.9%, 11.4%
CMYK0%, 86%, 29%, 80%
HSV320.5°, 86.3%, 20.0%
LAB8.9, 25.2, -7.8
XYZ1.8, 1.0, 1.8
Decimal3344164
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.55:1
Text on #FFFFFF
AAA
1.20:1
Text on #000000
FAIL
16.77:1
Text on #F8FAFC
AAA
1.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330724;
}
.text-color {
color: #330724;
}
.border-color {
border: 2px solid #330724;
}