#2196F3
Material blue 500
#2196F3 is a blue colour. In RGB it is 33 red, 150 green and 243 blue, which converts to a hue of 207 degrees, 90% saturation and 54% lightness. It is Material blue 500 in that design system's palette.
Color values
| HEX | #2196F3 |
|---|---|
| RGB | rgb(33, 150, 243) |
| HSL | hsl(207, 90%, 54%) |
| HSV | hsv(207, 86%, 95%) |
| CMYK | cmyk(86%, 38%, 0%, 5%) |
Contrast and accessibility
Against white the contrast ratio is 3.12:1, and against black it is 6.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 | 3.12:1 | Fail | AA |
| Black | 6.72:1 | AA | AAA |
Tints and shades
Lighter tints move #2196F3 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #2196F3; |
|---|---|
| CSS rgb() | color: rgb(33 150 243); |
| Tailwind | bg-[#2196f3] |
| SwiftUI | Color(red: 0.129, green: 0.588, blue: 0.953) |
| Android | Color.parseColor("#2196F3") |
Closest named color
The nearest CSS colour keyword to #2196F3 is dodgerblue (#1E90FF).