#7986CB
Material indigo 300
#7986CB is a blue colour. In RGB it is 121 red, 134 green and 203 blue, which converts to a hue of 230 degrees, 44% saturation and 64% lightness. It is Material indigo 300 in that design system's palette.
Color values
| HEX | #7986CB |
|---|---|
| RGB | rgb(121, 134, 203) |
| HSL | hsl(230, 44%, 64%) |
| HSV | hsv(230, 40%, 80%) |
| CMYK | cmyk(40%, 34%, 0%, 20%) |
Contrast and accessibility
Against white the contrast ratio is 3.45:1, and against black it is 6.09: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 | 3.45:1 | Fail | AA |
| Black | 6.09:1 | AA | AAA |
Tints and shades
Lighter tints move #7986CB toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #7986CB; |
|---|---|
| CSS rgb() | color: rgb(121 134 203); |
| Tailwind | bg-[#7986cb] |
| SwiftUI | Color(red: 0.475, green: 0.525, blue: 0.796) |
| Android | Color.parseColor("#7986CB") |
Closest named color
The nearest CSS colour keyword to #7986CB is mediumpurple (#9370DB).