#03A9F4
Material lightblue 500
#03A9F4 is a cyan colour. In RGB it is 3 red, 169 green and 244 blue, which converts to a hue of 199 degrees, 98% saturation and 48% lightness. It is Material lightblue 500 in that design system's palette.
Color values
| HEX | #03A9F4 |
|---|---|
| RGB | rgb(3, 169, 244) |
| HSL | hsl(199, 98%, 48%) |
| HSV | hsv(199, 99%, 96%) |
| CMYK | cmyk(99%, 31%, 0%, 4%) |
Contrast and accessibility
Against white the contrast ratio is 2.63:1, and against black it is 7.99: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 | 2.63:1 | Fail | Fail |
| Black | 7.99:1 | AAA | AAA |
Tints and shades
Lighter tints move #03A9F4 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #03A9F4; |
|---|---|
| CSS rgb() | color: rgb(3 169 244); |
| Tailwind | bg-[#03a9f4] |
| SwiftUI | Color(red: 0.012, green: 0.663, blue: 0.957) |
| Android | Color.parseColor("#03A9F4") |
Closest named color
The nearest CSS colour keyword to #03A9F4 is deepskyblue (#00BFFF).