#A5B4FC
Tailwind indigo-300
#A5B4FC is a blue colour. In RGB it is 165 red, 180 green and 252 blue, which converts to a hue of 230 degrees, 94% saturation and 82% lightness. It is Tailwind indigo-300 in that design system's palette.
Color values
| HEX | #A5B4FC |
|---|---|
| RGB | rgb(165, 180, 252) |
| HSL | hsl(230, 94%, 82%) |
| HSV | hsv(230, 35%, 99%) |
| CMYK | cmyk(35%, 29%, 0%, 1%) |
Contrast and accessibility
Against white the contrast ratio is 1.99:1, and against black it is 10.53: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.99:1 | Fail | Fail |
| Black | 10.53:1 | AAA | AAA |
Tints and shades
Lighter tints move #A5B4FC toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #A5B4FC; |
|---|---|
| CSS rgb() | color: rgb(165 180 252); |
| Tailwind | bg-[#a5b4fc] |
| SwiftUI | Color(red: 0.647, green: 0.706, blue: 0.988) |
| Android | Color.parseColor("#A5B4FC") |
Closest named color
The nearest CSS colour keyword to #A5B4FC is lightsteelblue (#B0C4DE).