#330FAF
A dark, vivid blue closely aligning with Darkblue.
About #330FAF
The hex code #330FAF represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkblue. This translates to an RGB value of rgb(51, 15, 175).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 71% cyan, 91% magenta, 0% yellow, and 31% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#330FAF
RGB51, 15, 175
HSL253.5°, 84.2%, 37.3%
CMYK71%, 91%, 0%, 31%
HSV253.5°, 91.4%, 68.6%
LAB24.1, 57.2, -75.1
XYZ9.3, 4.1, 40.9
Decimal3346351
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.49:1
Text on #FFFFFF
AAA
1.83:1
Text on #000000
FAIL
10.98:1
Text on #F8FAFC
AAA
1.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330FAF;
}
.text-color {
color: #330FAF;
}
.border-color {
border: 2px solid #330FAF;
}