#4F46E5
Tailwind indigo-600
#4F46E5 is a blue colour. In RGB it is 79 red, 70 green and 229 blue, which converts to a hue of 243 degrees, 75% saturation and 59% lightness. It is Tailwind indigo-600 in that design system's palette.
Color values
| HEX | #4F46E5 |
|---|---|
| RGB | rgb(79, 70, 229) |
| HSL | hsl(243, 75%, 59%) |
| HSV | hsv(243, 69%, 90%) |
| CMYK | cmyk(66%, 69%, 0%, 10%) |
Contrast and accessibility
Against white the contrast ratio is 6.29:1, and against black it is 3.34: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 | 6.29:1 | AA | AAA |
| Black | 3.34:1 | Fail | AA |
Tints and shades
Lighter tints move #4F46E5 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #4F46E5; |
|---|---|
| CSS rgb() | color: rgb(79 70 229); |
| Tailwind | bg-[#4f46e5] |
| SwiftUI | Color(red: 0.310, green: 0.275, blue: 0.898) |
| Android | Color.parseColor("#4F46E5") |
Closest named color
The nearest CSS colour keyword to #4F46E5 is slateblue (#6A5ACD).