#0083B6
A dark, vivid blue closely aligning with Steelblue.
About #0083B6
Visually, #0083B6 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(0, 131, 182).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 100% Cyan, 28% Magenta, 0% Yellow, and 29% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0083B6
RGB0, 131, 182
HSL196.8°, 100.0%, 35.7%
CMYK100%, 28%, 0%, 29%
HSV196.8°, 100.0%, 71.4%
LAB51.4, -11.2, -35.1
XYZ16.6, 19.6, 47.2
Decimal33718
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.27:1
Text on #FFFFFF
AA Large
4.92:1
Text on #000000
AA
4.08:1
Text on #F8FAFC
AA Large
4.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0083B6;
}
.text-color {
color: #0083B6;
}
.border-color {
border: 2px solid #0083B6;
}