#B0C4DE
lightsteelblue
#B0C4DE is a blue colour. In RGB it is 176 red, 196 green and 222 blue, which converts to a hue of 214 degrees, 41% saturation and 78% lightness. It is one of the named CSS colours, written as lightsteelblue in stylesheets.
Color values
| HEX | #B0C4DE |
|---|---|
| RGB | rgb(176, 196, 222) |
| HSL | hsl(214, 41%, 78%) |
| HSV | hsv(214, 21%, 87%) |
| CMYK | cmyk(21%, 12%, 0%, 13%) |
Contrast and accessibility
Against white the contrast ratio is 1.78:1, and against black it is 11.8:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.78:1 | Fail | Fail |
| Black | 11.8:1 | AAA | AAA |
Tints and shades
Lighter tints move #B0C4DE toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #B0C4DE; |
|---|---|
| CSS rgb() | color: rgb(176 196 222); |
| Tailwind | bg-[#b0c4de] |
| SwiftUI | Color(red: 0.690, green: 0.769, blue: 0.871) |
| Android | Color.parseColor("#B0C4DE") |