#3A2CBD
A medium, moderate blue closely aligning with Darkblue.
About #3A2CBD
Visually, #3A2CBD is defined as a moderate blue. Its closest recognized web color is Darkblue. In the RGB color space, it consists of 58 red, 44 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 69% cyan, 77% magenta, 0% yellow, and 26% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A2CBD
RGB58, 44, 189
HSL245.8°, 62.2%, 45.7%
CMYK69%, 77%, 0%, 26%
HSV245.8°, 76.7%, 74.1%
LAB30.3, 49.9, -73.1
XYZ11.8, 6.4, 48.8
Decimal3812541
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.23:1
Text on #FFFFFF
AAA
2.28:1
Text on #000000
FAIL
8.82:1
Text on #F8FAFC
AAA
1.93:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A2CBD;
}
.text-color {
color: #3A2CBD;
}
.border-color {
border: 2px solid #3A2CBD;
}