#2C33C5
A medium, moderate blue closely aligning with Darkblue.
About #2C33C5
Visually, #2C33C5 is defined as a moderate blue. It is closely associated with the named CSS color Darkblue. Its digital footprint relies on 44 parts red, 51 parts green, and 197 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 78% cyan, 74% magenta, 0% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#2C33C5
RGB44, 51, 197
HSL237.3°, 63.5%, 47.3%
CMYK78%, 74%, 0%, 23%
HSV237.3°, 77.7%, 77.3%
LAB31.7, 47.5, -75.7
XYZ12.3, 6.9, 53.5
Decimal2896837
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.80: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: #2C33C5;
}
.text-color {
color: #2C33C5;
}
.border-color {
border: 2px solid #2C33C5;
}