#2D28C2
A medium, moderate blue closely aligning with Darkblue.
About #2D28C2
The hex code #2D28C2 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkblue. In the RGB color space, it consists of 45 red, 40 green, and 194 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 77% cyan, 79% magenta, 0% yellow, and 24% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2D28C2
RGB45, 40, 194
HSL241.9°, 65.8%, 45.9%
CMYK77%, 79%, 0%, 24%
HSV241.9°, 79.4%, 76.1%
LAB29.3, 52.4, -77.7
XYZ11.6, 6.0, 51.6
Decimal2959554
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.57:1
Text on #FFFFFF
AAA
2.19:1
Text on #000000
FAIL
9.15:1
Text on #F8FAFC
AAA
1.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2D28C2;
}
.text-color {
color: #2D28C2;
}
.border-color {
border: 2px solid #2D28C2;
}