#2C33F8
A medium, vivid blue closely aligning with Mediumblue.
About #2C33F8
The hex code #2C33F8 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Mediumblue. In the RGB color space, it consists of 44 red, 51 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 82% Cyan, 79% Magenta, 0% Yellow, and 3% Black. With a hue angle of 237.9 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C33F8
RGB44, 51, 248
HSL237.9°, 93.6%, 57.3%
CMYK82%, 79%, 0%, 3%
HSV237.9°, 82.3%, 97.3%
LAB37.3, 63.6, -95.6
XYZ19.2, 9.7, 89.7
Decimal2896888
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.15:1
Text on #FFFFFF
AAA
2.94:1
Text on #000000
FAIL
6.84:1
Text on #F8FAFC
AA
2.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C33F8;
}
.text-color {
color: #2C33F8;
}
.border-color {
border: 2px solid #2C33F8;
}