#2C07F0
A medium, vivid blue closely aligning with Blue.
About #2C07F0
The precise color #2C07F0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 7, and 240.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 82% C, 97% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C07F0
RGB44, 7, 240
HSL249.5°, 94.3%, 48.4%
CMYK82%, 97%, 0%, 6%
HSV249.5°, 97.1%, 94.1%
LAB31.8, 75.0, -100.3
XYZ16.8, 7.0, 82.9
Decimal2885616
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.77:1
Text on #FFFFFF
AAA
2.40:1
Text on #000000
FAIL
8.38:1
Text on #F8FAFC
AAA
2.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C07F0;
}
.text-color {
color: #2C07F0;
}
.border-color {
border: 2px solid #2C07F0;
}