#2C5FE2
A medium, vivid blue closely aligning with Royalblue.
About #2C5FE2
At its core, #2C5FE2 is a medium and vivid hue. Designers often compare it to the standard color Royalblue. This translates to an RGB value of rgb(44, 95, 226).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 81% cyan, 58% magenta, 0% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C5FE2
RGB44, 95, 226
HSL223.2°, 75.8%, 52.9%
CMYK81%, 58%, 0%, 11%
HSV223.2°, 80.5%, 88.6%
LAB44.5, 30.7, -71.2
XYZ18.9, 14.2, 73.7
Decimal2908130
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.47:1
Text on #FFFFFF
AA
3.84:1
Text on #000000
AA Large
5.22:1
Text on #F8FAFC
AA
3.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C5FE2;
}
.text-color {
color: #2C5FE2;
}
.border-color {
border: 2px solid #2C5FE2;
}