#3A1DB6
A medium, vivid blue closely aligning with Darkblue.
About #3A1DB6
Visually, #3A1DB6 is defined as a vivid blue. Designers often compare it to the standard color Darkblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 29, and 182.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 68% C, 84% M, 0% Y, and 29% K. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A1DB6
RGB58, 29, 182
HSL251.4°, 72.5%, 41.4%
CMYK68%, 84%, 0%, 29%
HSV251.4°, 84.1%, 71.4%
LAB27.2, 54.8, -74.2
XYZ10.6, 5.2, 44.7
Decimal3808694
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.34:1
Text on #FFFFFF
AAA
2.03:1
Text on #000000
FAIL
9.88:1
Text on #F8FAFC
AAA
1.73:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A1DB6;
}
.text-color {
color: #3A1DB6;
}
.border-color {
border: 2px solid #3A1DB6;
}