#330FA8
A dark, vivid blue closely aligning with Darkblue.
About #330FA8
The precise color #330FA8 is an excellent choice for modern design projects. Its closest recognized web color is Darkblue. This translates to an RGB value of rgb(51, 15, 168).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 70% cyan, 91% magenta, 0% yellow, and 34% black. The HSL representation is 254.1° hue, 83.6% saturation, and 35.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#330FA8
RGB51, 15, 168
HSL254.1°, 83.6%, 35.9%
CMYK70%, 91%, 0%, 34%
HSV254.1°, 91.1%, 65.9%
LAB23.2, 55.3, -72.3
XYZ8.6, 3.9, 37.3
Decimal3346344
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.83:1
Text on #FFFFFF
AAA
1.77:1
Text on #000000
FAIL
11.31:1
Text on #F8FAFC
AAA
1.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330FA8;
}
.text-color {
color: #330FA8;
}
.border-color {
border: 2px solid #330FA8;
}