#2C3AB6
A medium, moderate blue closely aligning with Slateblue.
About #2C3AB6
Visually, #2C3AB6 is defined as a moderate blue. It is closely associated with the named CSS color Slateblue. In the RGB color space, it consists of 44 red, 58 green, and 182 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 76% C, 68% M, 0% Y, and 29% K. With a hue angle of 233.9 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C3AB6
RGB44, 58, 182
HSL233.9°, 61.1%, 44.3%
CMYK76%, 68%, 0%, 29%
HSV233.9°, 75.8%, 71.4%
LAB31.7, 38.2, -66.8
XYZ11.0, 6.9, 45.0
Decimal2898614
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.79:1
Text on #FFFFFF
AAA
2.39:1
Text on #000000
FAIL
8.41:1
Text on #F8FAFC
AAA
2.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C3AB6;
}
.text-color {
color: #2C3AB6;
}
.border-color {
border: 2px solid #2C3AB6;
}