#3949AB
Material indigo 600
#3949AB is a blue colour. In RGB it is 57 red, 73 green and 171 blue, which converts to a hue of 232 degrees, 50% saturation and 45% lightness. It is Material indigo 600 in that design system's palette.
Color values
| HEX | #3949AB |
|---|---|
| RGB | rgb(57, 73, 171) |
| HSL | hsl(232, 50%, 45%) |
| HSV | hsv(232, 67%, 67%) |
| CMYK | cmyk(67%, 57%, 0%, 33%) |
Contrast and accessibility
Against white the contrast ratio is 7.73:1, and against black it is 2.72: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 | 7.73:1 | AAA | AAA |
| Black | 2.72:1 | Fail | Fail |
Tints and shades
Lighter tints move #3949AB toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #3949AB; |
|---|---|
| CSS rgb() | color: rgb(57 73 171); |
| Tailwind | bg-[#3949ab] |
| SwiftUI | Color(red: 0.224, green: 0.286, blue: 0.671) |
| Android | Color.parseColor("#3949AB") |
Closest named color
The nearest CSS colour keyword to #3949AB is darkslateblue (#483D8B).