#87CEFA
lightskyblue
#87CEFA is a blue colour. In RGB it is 135 red, 206 green and 250 blue, which converts to a hue of 203 degrees, 92% saturation and 75% lightness. It is one of the named CSS colours, written as lightskyblue in stylesheets.
Color values
| HEX | #87CEFA |
|---|---|
| RGB | rgb(135, 206, 250) |
| HSL | hsl(203, 92%, 75%) |
| HSV | hsv(203, 46%, 98%) |
| CMYK | cmyk(46%, 18%, 0%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 1.72:1, and against black it is 12.24: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.72:1 | Fail | Fail |
| Black | 12.24:1 | AAA | AAA |
Tints and shades
Lighter tints move #87CEFA toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #87CEFA; |
|---|---|
| CSS rgb() | color: rgb(135 206 250); |
| Tailwind | bg-[#87cefa] |
| SwiftUI | Color(red: 0.529, green: 0.808, blue: 0.980) |
| Android | Color.parseColor("#87CEFA") |