#928ABD
A light, muted blue closely aligning with Steelblue.
About #928ABD
The hex code #928ABD represents a beautifully specific shade of blue. Its closest recognized web color is Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 138, and 189.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 23% C, 27% M, 0% Y, and 26% K. With a hue angle of 249.4 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#928ABD
RGB146, 138, 189
HSL249.4°, 27.9%, 64.1%
CMYK23%, 27%, 0%, 26%
HSV249.4°, 27.0%, 74.1%
LAB59.9, 14.0, -25.5
XYZ30.1, 28.0, 52.0
Decimal9603773
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.19:1
Text on #FFFFFF
AA Large
6.59:1
Text on #000000
AA
3.04:1
Text on #F8FAFC
AA Large
5.60:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #928ABD;
}
.text-color {
color: #928ABD;
}
.border-color {
border: 2px solid #928ABD;
}