#81D4FA
Material lightblue 200
#81D4FA is a cyan colour. In RGB it is 129 red, 212 green and 250 blue, which converts to a hue of 199 degrees, 92% saturation and 74% lightness. It is Material lightblue 200 in that design system's palette.
Color values
| HEX | #81D4FA |
|---|---|
| RGB | rgb(129, 212, 250) |
| HSL | hsl(199, 92%, 74%) |
| HSV | hsv(199, 48%, 98%) |
| CMYK | cmyk(48%, 15%, 0%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 1.65:1, and against black it is 12.73: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.65:1 | Fail | Fail |
| Black | 12.73:1 | AAA | AAA |
Tints and shades
Lighter tints move #81D4FA toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #81D4FA; |
|---|---|
| CSS rgb() | color: rgb(129 212 250); |
| Tailwind | bg-[#81d4fa] |
| SwiftUI | Color(red: 0.506, green: 0.831, blue: 0.980) |
| Android | Color.parseColor("#81D4FA") |
Closest named color
The nearest CSS colour keyword to #81D4FA is lightskyblue (#87CEFA).