#2C33A0
A medium, moderate blue closely aligning with Rebeccapurple.
About #2C33A0
Visually, #2C33A0 is defined as a moderate blue. It is closely associated with the named CSS color Rebeccapurple. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 51, and 160.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 72% cyan, 68% magenta, 0% yellow, and 37% black. The HSL representation is 236.4° hue, 56.9% saturation, and 40.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#2C33A0
RGB44, 51, 160
HSL236.4°, 56.9%, 40.0%
CMYK72%, 68%, 0%, 37%
HSV236.4°, 72.5%, 62.7%
LAB28.0, 34.7, -59.7
XYZ8.6, 5.4, 33.9
Decimal2896800
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.06:1
Text on #FFFFFF
AAA
2.09:1
Text on #000000
FAIL
9.61:1
Text on #F8FAFC
AAA
1.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C33A0;
}
.text-color {
color: #2C33A0;
}
.border-color {
border: 2px solid #2C33A0;
}