#60A5FA
Tailwind blue-400
#60A5FA is a blue colour. In RGB it is 96 red, 165 green and 250 blue, which converts to a hue of 213 degrees, 94% saturation and 68% lightness. It is Tailwind blue-400 in that design system's palette.
Color values
| HEX | #60A5FA |
|---|---|
| RGB | rgb(96, 165, 250) |
| HSL | hsl(213, 94%, 68%) |
| HSV | hsv(213, 62%, 98%) |
| CMYK | cmyk(62%, 34%, 0%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 2.54:1, and against black it is 8.26: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 | 2.54:1 | Fail | Fail |
| Black | 8.26:1 | AAA | AAA |
Tints and shades
Lighter tints move #60A5FA toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #60A5FA; |
|---|---|
| CSS rgb() | color: rgb(96 165 250); |
| Tailwind | bg-[#60a5fa] |
| SwiftUI | Color(red: 0.376, green: 0.647, blue: 0.980) |
| Android | Color.parseColor("#60A5FA") |
Closest named color
The nearest CSS colour keyword to #60A5FA is cornflowerblue (#6495ED).