#4682B4
steelblue
#4682B4 is a blue colour. In RGB it is 70 red, 130 green and 180 blue, which converts to a hue of 207 degrees, 44% saturation and 49% lightness. It is one of the named CSS colours, written as steelblue in stylesheets.
Color values
| HEX | #4682B4 |
|---|---|
| RGB | rgb(70, 130, 180) |
| HSL | hsl(207, 44%, 49%) |
| HSV | hsv(207, 61%, 71%) |
| CMYK | cmyk(61%, 28%, 0%, 29%) |
Contrast and accessibility
Against white the contrast ratio is 4.11:1, and against black it is 5.11: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 | 4.11:1 | Fail | AA |
| Black | 5.11:1 | AA | AAA |
Tints and shades
Lighter tints move #4682B4 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #4682B4; |
|---|---|
| CSS rgb() | color: rgb(70 130 180); |
| Tailwind | bg-[#4682b4] |
| SwiftUI | Color(red: 0.275, green: 0.510, blue: 0.706) |
| Android | Color.parseColor("#4682B4") |