#93C5FD
Tailwind blue-300
#93C5FD is a blue colour. In RGB it is 147 red, 197 green and 253 blue, which converts to a hue of 212 degrees, 96% saturation and 78% lightness. It is Tailwind blue-300 in that design system's palette.
Color values
| HEX | #93C5FD |
|---|---|
| RGB | rgb(147, 197, 253) |
| HSL | hsl(212, 96%, 78%) |
| HSV | hsv(212, 42%, 99%) |
| CMYK | cmyk(42%, 22%, 0%, 1%) |
Contrast and accessibility
Against white the contrast ratio is 1.8:1, and against black it is 11.65: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.8:1 | Fail | Fail |
| Black | 11.65:1 | AAA | AAA |
Tints and shades
Lighter tints move #93C5FD toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #93C5FD; |
|---|---|
| CSS rgb() | color: rgb(147 197 253); |
| Tailwind | bg-[#93c5fd] |
| SwiftUI | Color(red: 0.576, green: 0.773, blue: 0.992) |
| Android | Color.parseColor("#93C5FD") |
Closest named color
The nearest CSS colour keyword to #93C5FD is lightskyblue (#87CEFA).