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