#7DD3FC
Tailwind sky-300
#7DD3FC is a cyan colour. In RGB it is 125 red, 211 green and 252 blue, which converts to a hue of 199 degrees, 95% saturation and 74% lightness. It is Tailwind sky-300 in that design system's palette.
Color values
| HEX | #7DD3FC |
|---|---|
| RGB | rgb(125, 211, 252) |
| HSL | hsl(199, 95%, 74%) |
| HSV | hsv(199, 50%, 99%) |
| CMYK | cmyk(50%, 16%, 0%, 1%) |
Contrast and accessibility
Against white the contrast ratio is 1.67:1, and against black it is 12.6: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.67:1 | Fail | Fail |
| Black | 12.6:1 | AAA | AAA |
Tints and shades
Lighter tints move #7DD3FC toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #7DD3FC; |
|---|---|
| CSS rgb() | color: rgb(125 211 252); |
| Tailwind | bg-[#7dd3fc] |
| SwiftUI | Color(red: 0.490, green: 0.827, blue: 0.988) |
| Android | Color.parseColor("#7DD3FC") |
Closest named color
The nearest CSS colour keyword to #7DD3FC is lightskyblue (#87CEFA).