#5F92A0
A medium, muted cyan closely aligning with Cadetblue.
About #5F92A0
The hex code #5F92A0 represents a beautifully specific shade of cyan. Designers often compare it to the standard color Cadetblue. This translates to an RGB value of rgb(95, 146, 160).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 41% Cyan, 9% Magenta, 0% Yellow, and 37% Black. With a hue angle of 192.9 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F92A0
RGB95, 146, 160
HSL192.9°, 25.5%, 50.0%
CMYK41%, 9%, 0%, 37%
HSV192.9°, 40.6%, 62.7%
LAB57.6, -13.3, -12.8
XYZ21.3, 25.5, 37.1
Decimal6263456
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.44:1
Text on #FFFFFF
AA Large
6.11:1
Text on #000000
AA
3.29:1
Text on #F8FAFC
AA Large
5.19:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F92A0;
}
.text-color {
color: #5F92A0;
}
.border-color {
border: 2px solid #5F92A0;
}