#1E88E5
Material blue 600
#1E88E5 is a blue colour. In RGB it is 30 red, 136 green and 229 blue, which converts to a hue of 208 degrees, 79% saturation and 51% lightness. It is Material blue 600 in that design system's palette.
Color values
| HEX | #1E88E5 |
|---|---|
| RGB | rgb(30, 136, 229) |
| HSL | hsl(208, 79%, 51%) |
| HSV | hsv(208, 87%, 90%) |
| CMYK | cmyk(87%, 41%, 0%, 10%) |
Contrast and accessibility
Against white the contrast ratio is 3.68:1, and against black it is 5.71: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.68:1 | Fail | AA |
| Black | 5.71:1 | AA | AAA |
Tints and shades
Lighter tints move #1E88E5 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #1E88E5; |
|---|---|
| CSS rgb() | color: rgb(30 136 229); |
| Tailwind | bg-[#1e88e5] |
| SwiftUI | Color(red: 0.118, green: 0.533, blue: 0.898) |
| Android | Color.parseColor("#1E88E5") |
Closest named color
The nearest CSS colour keyword to #1E88E5 is dodgerblue (#1E90FF).