#92AFDB
A light, moderate blue closely aligning with Lightsteelblue.
About #92AFDB
The hex code #92AFDB represents a beautifully specific shade of blue. Designers often compare it to the standard color Lightsteelblue. This translates to an RGB value of rgb(146, 175, 219).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 33% cyan, 20% magenta, 0% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92AFDB
RGB146, 175, 219
HSL216.2°, 50.3%, 71.6%
CMYK33%, 20%, 0%, 14%
HSV216.2°, 33.3%, 85.9%
LAB70.8, 0.5, -25.4
XYZ40.0, 41.9, 73.0
Decimal9613275
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.38:1
Text on #000000
AAA
2.14:1
Text on #F8FAFC
FAIL
7.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92AFDB;
}
.text-color {
color: #92AFDB;
}
.border-color {
border: 2px solid #92AFDB;
}