#039BE5
Material lightblue 600
#039BE5 is a blue colour. In RGB it is 3 red, 155 green and 229 blue, which converts to a hue of 200 degrees, 97% saturation and 45% lightness. It is Material lightblue 600 in that design system's palette.
Color values
| HEX | #039BE5 |
|---|---|
| RGB | rgb(3, 155, 229) |
| HSL | hsl(200, 97%, 45%) |
| HSV | hsv(200, 99%, 90%) |
| CMYK | cmyk(99%, 32%, 0%, 10%) |
Contrast and accessibility
Against white the contrast ratio is 3.08:1, and against black it is 6.82: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.08:1 | Fail | AA |
| Black | 6.82:1 | AA | AAA |
Tints and shades
Lighter tints move #039BE5 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #039BE5; |
|---|---|
| CSS rgb() | color: rgb(3 155 229); |
| Tailwind | bg-[#039be5] |
| SwiftUI | Color(red: 0.012, green: 0.608, blue: 0.898) |
| Android | Color.parseColor("#039BE5") |
Closest named color
The nearest CSS colour keyword to #039BE5 is dodgerblue (#1E90FF).