#2C24FF
A medium, vivid blue closely aligning with Blue.
About #2C24FF
At its core, #2C24FF is a medium and vivid hue. Designers often compare it to the standard color Blue. In the RGB color space, it consists of 44 red, 36 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. The color uses 83% Cyan, 86% Magenta, 0% Yellow, and 0% Black. The HSL representation is 242.2° hue, 100.0% saturation, and 57.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C24FF
RGB44, 36, 255
HSL242.2°, 100.0%, 57.1%
CMYK83%, 86%, 0%, 0%
HSV242.2°, 85.9%, 100.0%
LAB36.0, 71.8, -101.6
XYZ19.7, 9.0, 95.3
Decimal2893055
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.49:1
Text on #FFFFFF
AAA
2.80:1
Text on #000000
FAIL
7.16:1
Text on #F8FAFC
AAA
2.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C24FF;
}
.text-color {
color: #2C24FF;
}
.border-color {
border: 2px solid #2C24FF;
}