#263238
Material bluegrey 900
#263238 is a blue colour. In RGB it is 38 red, 50 green and 56 blue, which converts to a hue of 200 degrees, 19% saturation and 18% lightness. It is Material bluegrey 900 in that design system's palette.
Color values
| HEX | #263238 |
|---|---|
| RGB | rgb(38, 50, 56) |
| HSL | hsl(200, 19%, 18%) |
| HSV | hsv(200, 32%, 22%) |
| CMYK | cmyk(32%, 11%, 0%, 78%) |
Contrast and accessibility
Against white the contrast ratio is 13.16:1, and against black it is 1.6: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 | 13.16:1 | AAA | AAA |
| Black | 1.6:1 | Fail | Fail |
Tints and shades
Lighter tints move #263238 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #263238; |
|---|---|
| CSS rgb() | color: rgb(38 50 56); |
| Tailwind | bg-[#263238] |
| SwiftUI | Color(red: 0.149, green: 0.196, blue: 0.220) |
| Android | Color.parseColor("#263238") |
Closest named color
The nearest CSS colour keyword to #263238 is darkslategray (#2F4F4F).