#004983
A dark, vivid blue closely aligning with Darkslateblue.
About #004983
At its core, #004983 is a dark and vivid hue. It is closely associated with the named CSS color Darkslateblue. Its digital footprint relies on 0 parts red, 73 parts green, and 131 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 100% C, 44% M, 0% Y, and 49% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#004983
RGB0, 73, 131
HSL206.6°, 100.0%, 25.7%
CMYK100%, 44%, 0%, 49%
HSV206.6°, 100.0%, 51.4%
LAB30.4, 4.2, -38.0
XYZ6.5, 6.4, 22.4
Decimal18819
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.21:1
Text on #FFFFFF
AAA
2.28:1
Text on #000000
FAIL
8.80:1
Text on #F8FAFC
AAA
1.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #004983;
}
.text-color {
color: #004983;
}
.border-color {
border: 2px solid #004983;
}